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