Skip to content

Commit

Permalink
chore: node 18 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastio committed Sep 5, 2023
1 parent 5a9c97c commit 0c93ba1
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 0c93ba1

Please sign in to comment.