File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - name : Using Node 18
12
- uses : actions/setup-node@v3
11
+ - name : Using Node 20
12
+ uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 20
15
15
- name : Update npm version to latest
16
16
run : npm install -g npm@latest # stop showing warnings about the lockfile
17
17
- name : Install dependencies
Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - name : Using Node 18
11
+ - name : Using Node 20
12
12
uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 20
15
15
- name : Update npm version to latest
16
16
run : npm install -g npm@latest
17
17
- name : Install dependencies
32
32
- uses : actions/checkout@v4
33
33
- uses : actions/setup-node@v4
34
34
with :
35
- node-version : 18
35
+ node-version : 20
36
36
registry-url : " https://registry.npmjs.org"
37
37
scope : " @${{github.repository_owner}}"
38
38
- run : npm install
49
49
- uses : actions/checkout@v4
50
50
- uses : actions/setup-node@v4
51
51
with :
52
- node-version : 18
52
+ node-version : 20
53
53
registry-url : " https://registry.npmjs.org"
54
54
scope : " @${{github.repository_owner}}"
55
55
- run : npm install
You can’t perform that action at this time.
0 commit comments