File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
12
12
if : ${{ !contains(github.head_ref, 'all-contributors') }}
13
13
strategy :
14
14
matrix :
15
- node : [10.x , 12.x ]
15
+ node : [10, 12, 14, 16 ]
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : 🛑 Cancel Previous Runs
19
- uses : styfle/cancel-workflow-action@0.9.0
19
+ uses : styfle/cancel-workflow-action@0.9.1
20
20
21
21
- name : ⬇️ Checkout repo
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
24
24
- name : ⎔ Setup node
25
- uses : actions/setup-node@v2
25
+ uses : actions/setup-node@v3
26
26
with :
27
27
node-version : ${{ matrix.node }}
28
28
35
35
run : npm run validate
36
36
37
37
- name : ⬆️ Upload coverage report
38
- uses : codecov/codecov-action@v1
38
+ uses : codecov/codecov-action@v2
39
39
40
40
release :
41
41
needs : main
@@ -46,15 +46,15 @@ jobs:
46
46
github.ref) && github.event_name == 'push' }}
47
47
steps :
48
48
- name : 🛑 Cancel Previous Runs
49
- uses : styfle/cancel-workflow-action@0.9.0
49
+ uses : styfle/cancel-workflow-action@0.9.1
50
50
51
51
- name : ⬇️ Checkout repo
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
54
54
- name : ⎔ Setup node
55
- uses : actions/setup-node@v2
55
+ uses : actions/setup-node@v3
56
56
with :
57
- node-version : 14
57
+ node-version : 16
58
58
59
59
- name : 📥 Download deps
60
60
uses : bahmutov/npm-install@v1
You can’t perform that action at this time.
0 commit comments