File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
timeout-minutes : 10
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v3
20
20
21
21
- name : Setup Node.js
22
- uses : actions/setup-node@v1
22
+ uses : actions/setup-node@v3
23
23
with :
24
- node-version : ' 14 '
24
+ node-version : ' 16 '
25
25
26
26
- name : Install Node.js package dependencies
27
27
run : npm install
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
timeout-minutes : 10
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
17
17
- name : Setup Node.js
18
- uses : actions/setup-node@v1
18
+ uses : actions/setup-node@v3
19
19
with :
20
- node-version : ' 14 '
20
+ node-version : ' 16 '
21
21
registry-url : ' https://registry.npmjs.org'
22
22
always-auth : true
23
23
You can’t perform that action at this time.
0 commit comments