File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4.1.1
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v3.8 .2
22
+ uses : actions/setup-node@v4.0 .2
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
- name : npm install and test
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4.1.1
12
- - uses : actions/setup-node@v3.8 .2
12
+ - uses : actions/setup-node@v4.0 .2
13
13
with :
14
14
node-version : 16
15
15
- run : npm ci
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v4.1.1
23
- - uses : actions/setup-node@v3.8 .2
23
+ - uses : actions/setup-node@v4.0 .2
24
24
with :
25
25
node-version : 16
26
26
registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments