Skip to content

Commit

Permalink
Merge pull request #222 from SciCatProject/node-18-upgrade
Browse files Browse the repository at this point in the history
chore: node 18 upgrade
  • Loading branch information
nitrosx authored Oct 3, 2023
2 parents 7b15776 + 0c93ba1 commit 5d72dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine

RUN apk update && apk upgrade

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"main": "server/server.js",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"lint": "eslint --fix .",
Expand Down

0 comments on commit 5d72dfb

Please sign in to comment.