Skip to content

Commit

Permalink
Set minimum required Node.js to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasename committed Feb 2, 2023
1 parent 3fc109e commit b382bbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:13-alpine
FROM node:16-alpine
WORKDIR /app
RUN apk add --no-cache python3 build-base
ADD package.json package-lock.json /app/
Expand Down
6 changes: 3 additions & 3 deletions 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 @@ -7,7 +7,7 @@
"start": "nodemon ./start.js"
},
"engines": {
"node": ">=10.18.1"
"node": ">=16.16.0"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit b382bbd

Please sign in to comment.