File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup Node.js
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : ' 20'
25+ node-version : ' 20.x '
2626 cache : ' npm'
2727
2828 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 - name : node.js 18
2323 uses : actions/setup-node@v4.0.1
2424 with :
25- node-version : 18.x
25+ node-version : ' 20.x '
2626 registry-url : https://registry.npmjs.org/
2727 cache : " npm"
2828
Original file line number Diff line number Diff line change 2222 - name : node.js 18
2323 uses : actions/setup-node@v4.0.1
2424 with :
25- node-version : 18.x
25+ node-version : ' 20.x '
2626 registry-url : https://registry.npmjs.org/
2727 cache : " npm"
2828
Original file line number Diff line number Diff line change 1+ 20.20
Original file line number Diff line number Diff line change 1- FROM node:18.8 -alpine as compiler
1+ FROM node:20 -alpine as compiler
22
33RUN apk add --no-cache openssh-client \
44 && mkdir ~/.ssh && ssh-keyscan github.com > ~/.ssh/known_hosts
@@ -44,7 +44,7 @@ RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build:server
4444RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build:front -- --prefix-paths
4545RUN npm prune --production
4646
47- FROM node:18.8 -alpine
47+ FROM node:20 -alpine
4848WORKDIR /app
4949
5050RUN rm -rf \
Original file line number Diff line number Diff line change 55 "version" : " 0.0.0-development" ,
66 "author" : " " ,
77 "engines" : {
8- "node" : " 18.*" ,
9- "npm" : " 8.* || 9.*"
8+ "node" : " >=20.20.0"
109 },
1110 "dependencies" : {
1211 "@dcl/hooks" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments