File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
name : ${{matrix.node}}
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : dcodeIO /setup-node-nvm@master
10
+ - uses : actions/checkout@v3
11
+ - uses : actions /setup-node@v3
12
12
with :
13
13
node-version : ${{matrix.node}}
14
14
- run : npm install -g npm
15
15
- run : npm install
16
16
- run : npm test
17
- - uses : codecov/codecov-action@v1
17
+ - uses : codecov/codecov-action@v3
18
18
strategy :
19
19
matrix :
20
20
node :
25
25
runs-on : ${{matrix.os}}
26
26
steps :
27
27
- name : checkout remark
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
- name : setup node
30
- uses : dcodeIO /setup-node-nvm@master
30
+ uses : actions /setup-node@v3
31
31
with :
32
32
node-version : ${{matrix.node}}
33
33
- name : setup remark
36
36
npm install
37
37
npm run build
38
38
- name : checkout ${{matrix.package}}
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
with :
41
41
repository : ${{matrix.package}}
42
42
path : canary/${{matrix.package}}
You can’t perform that action at this time.
0 commit comments