File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - name : Using Node 16
12
- uses : actions/setup-node@v3
10
+ - uses : actions/checkout@v4
11
+ - name : Using Node 18
12
+ uses : actions/setup-node@v4
13
13
with :
14
- node-version : 16
14
+ node-version : 18
15
15
- name : Update npm version to latest
16
16
run : npm install -g npm@latest
17
17
- name : Install dependencies
@@ -29,10 +29,10 @@ jobs:
29
29
needs : build
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v3
33
- - uses : actions/setup-node@v3
32
+ - uses : actions/checkout@v4
33
+ - uses : actions/setup-node@v4
34
34
with :
35
- node-version : 16
35
+ node-version : 18
36
36
registry-url : " https://registry.npmjs.org"
37
37
scope : " @${{github.repository_owner}}"
38
38
- run : npm install
@@ -46,10 +46,10 @@ jobs:
46
46
needs : build
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v3
50
- - uses : actions/setup-node@v3
49
+ - uses : actions/checkout@v4
50
+ - uses : actions/setup-node@v4
51
51
with :
52
- node-version : 16
52
+ node-version : 18
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