File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
steps :
11
11
- name : Check out code
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
- - name : Set up Node 18
14
+ - name : Set up Node 20
15
15
uses : actions/setup-node@v3
16
16
with :
17
- node-version : ' 18 '
17
+ node-version : ' 20 '
18
18
cache : ' npm'
19
19
20
20
- name : NPM Install
@@ -26,14 +26,14 @@ jobs:
26
26
runs-on : ubuntu-22.04
27
27
steps :
28
28
- name : Check out code
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
33
- - name : Set up Node 18
34
- uses : actions/setup-node@v3
33
+ - name : Set up Node 20
34
+ uses : actions/setup-node@v4
35
35
with :
36
- node-version : ' 18 '
36
+ node-version : ' 20 '
37
37
cache : ' npm'
38
38
39
39
- name : NPM Install
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-22.04
9
9
steps :
10
10
- name : Check out code
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
13
- - name : Set up Node 16
14
- uses : actions/setup-node@v3
13
+ - name : Set up Node 20
14
+ uses : actions/setup-node@v4
15
15
with :
16
- node-version : ' 16 '
16
+ node-version : ' 20 '
17
17
cache : ' npm'
18
18
19
19
- name : NPM Install
You can’t perform that action at this time.
0 commit comments