Skip to content

Commit 82a8ecb

Browse files
committed
bump to node 18
1 parent 6218b26 commit 82a8ecb

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.14 AS builder
1+
FROM node:18 AS builder
22
WORKDIR /usr/src
33
COPY . .
44
RUN npm install

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-webpack-plugin": "^2.6.0",
3535
"raw-loader": "1.0.0",
3636
"style-loader": "1.3.0",
37-
"webpack": "4.46.0",
37+
"webpack": "4.47.0",
3838
"webpack-cli": "^4.9.2",
3939
"webpack-concat-plugin": "^3.0.0",
4040
"webpack-dev-server": "^4.7.4",
@@ -64,6 +64,6 @@
6464
"xlsx": "0.18.2"
6565
},
6666
"engines": {
67-
"node": "16"
67+
"node": "18"
6868
}
6969
}

0 commit comments

Comments
 (0)