Skip to content

Commit

Permalink
build: bump nodejs to 18.17
Browse files Browse the repository at this point in the history
This is the minimum required:
You are using Node.js 18.15.0. For Next.js, Node.js version >= v18.17.0 is required.
  • Loading branch information
PabloCastellano committed Oct 30, 2024
1 parent 37c311c commit 0d98005
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ node_modules
.next
.vscode
out
backups
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
18.17.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=v18.15.0"
"node": ">=v18.17.0"
},
"packageManager": "pnpm@9.9.0",
"scripts": {
Expand Down Expand Up @@ -65,4 +65,4 @@
"manypkg": {
"workspaceProtocool": "require"
}
}
}

0 comments on commit 0d98005

Please sign in to comment.