File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install and Build
31
31
uses : actions/setup-node@v3
32
32
with :
33
- node-version : " 22.x "
33
+ node-version : " 20.11.1 "
34
34
35
35
- name : Install yarn
36
36
run : |
Original file line number Diff line number Diff line change 29
29
- name : Install and Build
30
30
uses : actions/setup-node@v3
31
31
with :
32
- node-version : " 22.x "
32
+ node-version : " 20.11.1 "
33
33
34
34
- name : Install yarn
35
35
run : |
Original file line number Diff line number Diff line change 1
- FROM node:22 -alpine as builder
1
+ FROM node:20.18 -alpine as builder
2
2
3
3
RUN apk add --update --no-cache curl git openssh openssl
4
4
@@ -18,7 +18,7 @@ ENV NODE_ENV ${NODE_ENV}
18
18
19
19
RUN ["yarn" , "build" ]
20
20
21
- FROM node:22 -alpine as prod-deps
21
+ FROM node:20.18 -alpine as prod-deps
22
22
23
23
USER node
24
24
WORKDIR /home/node
@@ -35,7 +35,7 @@ ENV NODE_ENV ${NODE_ENV}
35
35
36
36
CMD [ "node" , "dist/src/index" ]
37
37
38
- FROM node:22 -alpine as production
38
+ FROM node:20.18 -alpine as production
39
39
40
40
USER node
41
41
WORKDIR /home/node
You can’t perform that action at this time.
0 commit comments