Skip to content

Commit

Permalink
node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Nov 30, 2023
1 parent 9e60b72 commit e7c1ef0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
18
20
1 change: 0 additions & 1 deletion .prettierrc.mjs
@@ -1,4 +1,3 @@
// .prettierrc.mjs
/** @type {import("prettier").Config} */
export default {
plugins: ['prettier-plugin-astro'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"engines": {
"node": "^18.0.0"
"node": "^20.0.0"
},
"scripts": {
"dev": "astro dev",
Expand Down

0 comments on commit e7c1ef0

Please sign in to comment.