File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
node-version : [16.x, 18.x, 20.x, 22.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@v4
20
20
with :
21
21
node-version : ${{ matrix.node-version }}
22
22
- run : npm install
27
27
matrix :
28
28
node-version : [14.x]
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v4
31
31
- name : Use Node.js ${{ matrix.node-version }}
32
- uses : actions/setup-node@v2
32
+ uses : actions/setup-node@v4
33
33
with :
34
34
node-version : ${{ matrix.node-version }}
35
35
- run : |
@@ -43,12 +43,12 @@ jobs:
43
43
needs : [test, test_legacy]
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v4
47
47
with :
48
48
fetch-depth : 0
49
- - uses : actions/setup-node@v2
49
+ - uses : actions/setup-node@v4
50
50
with :
51
- node-version : ' 16 .x'
51
+ node-version : ' 20 .x'
52
52
registry-url : ' https://registry.npmjs.org'
53
53
- run : npm install
54
54
- run : npm run publish
You can’t perform that action at this time.
0 commit comments