Skip to content

Commit

Permalink
bump to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed May 6, 2024
1 parent 6218b26 commit 82a8ecb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.14 AS builder
FROM node:18 AS builder
WORKDIR /usr/src
COPY . .
RUN npm install
Expand Down
16 changes: 8 additions & 8 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 @@ -34,7 +34,7 @@
"eslint-webpack-plugin": "^2.6.0",
"raw-loader": "1.0.0",
"style-loader": "1.3.0",
"webpack": "4.46.0",
"webpack": "4.47.0",
"webpack-cli": "^4.9.2",
"webpack-concat-plugin": "^3.0.0",
"webpack-dev-server": "^4.7.4",
Expand Down Expand Up @@ -64,6 +64,6 @@
"xlsx": "0.18.2"
},
"engines": {
"node": "16"
"node": "18"
}
}

0 comments on commit 82a8ecb

Please sign in to comment.