Skip to content

Commit

Permalink
node v16 -> v20
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlazz committed May 26, 2024
1 parent 4e2c45a commit ea26263
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.0
v20.13.1
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:20

# Create app directory
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"private": true,
"license": "UNLICENSED",
"engines": {
"node": "16.x",
"npm": "8.x"
"node": "20.x",
"npm": "10.x"
},
"scripts": {
"postinstall": "patch-package",
Expand Down

0 comments on commit ea26263

Please sign in to comment.