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 14
14
matrix :
15
15
node-version : [16.x, 18.x]
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
- uses : actions/setup-node@v2
19
+ uses : actions/setup-node@v3
20
20
with :
21
21
node-version : ${{ matrix.node-version }}
22
22
- run : yarn --frozen-lockfile
@@ -26,10 +26,10 @@ jobs:
26
26
if : ${{ startsWith(github.ref, 'refs/tags/v') }}
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
- - uses : actions/setup-node@v2
32
+ - uses : actions/setup-node@v3
33
33
with :
34
34
node-version : ' 16.x'
35
35
registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 10
10
matrix :
11
11
node-version : [16.x, 18.x]
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js ${{ matrix.node-version }}
15
- uses : actions/setup-node@v2
15
+ uses : actions/setup-node@v3
16
16
with :
17
17
node-version : ${{ matrix.node-version }}
18
18
- run : yarn --frozen-lockfile
You can’t perform that action at this time.
0 commit comments