File tree 9 files changed +16
-16
lines changed
9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- FROM node:16
1
+ FROM node:20
2
2
3
3
WORKDIR /usr/src/app
4
4
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
13
- - name : Use Node.js 16 .x
13
+ - name : Use Node.js 20 .x
14
14
uses : actions/setup-node@v1
15
15
with :
16
- node-version : 16 .x
16
+ node-version : 20 .x
17
17
18
18
- name : Install
19
19
run : |
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
16
- - name : Use Node.js 16 .x
16
+ - name : Use Node.js 20 .x
17
17
uses : actions/setup-node@v1
18
18
with :
19
- node-version : 16 .x
19
+ node-version : 20 .x
20
20
21
21
- name : Install deps
22
22
run : |
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
token : ${{ secrets.PAT }}
35
35
persist-credentials : true
36
36
37
- - name : Setup Node 16 .x
37
+ - name : Setup Node 20 .x
38
38
uses : actions/setup-node@v3
39
39
with :
40
- node-version : 16 .x
40
+ node-version : 20 .x
41
41
cache : npm
42
42
cache-dependency-path : ' **/package-lock.json'
43
43
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
19
- - name : Use Node.js 16 .x
19
+ - name : Use Node.js 20 .x
20
20
uses : actions/setup-node@v1
21
21
with :
22
- node-version : 16 .x
22
+ node-version : 20 .x
23
23
24
24
- name : Install
25
25
run : |
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
13
- - name : Use Node.js 16 .x
13
+ - name : Use Node.js 20 .x
14
14
uses : actions/setup-node@v1
15
15
with :
16
- node-version : 16 .x
16
+ node-version : 20 .x
17
17
18
18
- name : Install
19
19
run : |
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
with :
20
20
ref : ${{ matrix.branch }}
21
21
22
- - name : Use Node.js 16 .x
22
+ - name : Use Node.js 20 .x
23
23
uses : actions/setup-node@v1
24
24
with :
25
- node-version : 16 .x
25
+ node-version : 20 .x
26
26
27
27
- name : Install deps
28
28
run : |
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
token : ${{ secrets.PAT }}
33
33
ref : main
34
34
35
- - name : Use Node.js 16 .x
35
+ - name : Use Node.js 20 .x
36
36
uses : actions/setup-node@v1
37
37
with :
38
- node-version : 16 .x
38
+ node-version : 20 .x
39
39
40
40
- name : Install deps 1/2
41
41
working-directory : ./clients-flight-recorder
Original file line number Diff line number Diff line change 1
- 16
1
+ 20
You can’t perform that action at this time.
0 commit comments