File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : ' 16.5 .0'
14
+ node-version : ' 20.9 .0'
15
15
- uses : actions/cache@v3
16
16
with :
17
17
path : |
38
38
- uses : actions/checkout@v3
39
39
- uses : actions/setup-node@v3
40
40
with :
41
- node-version : ' 16.5 .0'
41
+ node-version : ' 20.9 .0'
42
42
- uses : actions/cache@v3
43
43
with :
44
44
path : |
Original file line number Diff line number Diff line change 10
10
- run : echo -n '' > .dockerignore
11
11
- uses : actions/setup-node@v3
12
12
with :
13
- node-version : ' 16.5 .0'
13
+ node-version : ' 20.9 .0'
14
14
- uses : actions/cache@v3
15
15
with :
16
16
path : |
33
33
- uses : actions/checkout@v3
34
34
- uses : actions/setup-node@v3
35
35
with :
36
- node-version : ' 16.5 .0'
36
+ node-version : ' 20.9 .0'
37
37
- uses : actions/cache@v3
38
38
with :
39
39
path : |
Original file line number Diff line number Diff line change 1
- 16.5 .0
1
+ 20.9 .0
Original file line number Diff line number Diff line change 8
8
9
9
RUN npm run build
10
10
11
- FROM node:16.5 .0-alpine3.14
11
+ FROM node:20.9 .0-alpine3.17
12
12
13
13
RUN apk --no-cache add git
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [[" @babel/preset-env" ]],
3
3
"targets" : {
4
- "node" : " 16.5 .0"
4
+ "node" : " 20.9 .0"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments