File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ jobs:
16
16
if : ${{ !contains(github.head_ref, 'all-contributors') }}
17
17
strategy :
18
18
matrix :
19
- node : [10.14.2, 12, 14, 15 ]
19
+ node : [10.14.2, 12, 14, 16 ]
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : 🛑 Cancel Previous Runs
23
- uses : styfle/cancel-workflow-action@0.6.0
24
- with :
25
- access_token : ${{ secrets.GITHUB_TOKEN }}
23
+ uses : styfle/cancel-workflow-action@0.9.0
26
24
27
25
- name : ⬇️ Checkout repo
28
26
uses : actions/checkout@v2
31
29
fetch-depth : 0
32
30
33
31
- name : ⎔ Setup node
34
- uses : actions/setup-node@v1
32
+ uses : actions/setup-node@v2
35
33
with :
36
34
node-version : ${{ matrix.node }}
37
35
@@ -58,15 +56,13 @@ jobs:
58
56
github.ref) && github.event_name == 'push' }}
59
57
steps :
60
58
- name : 🛑 Cancel Previous Runs
61
- uses : styfle/cancel-workflow-action@0.6.0
62
- with :
63
- access_token : ${{ secrets.GITHUB_TOKEN }}
59
+ uses : styfle/cancel-workflow-action@0.9.0
64
60
65
61
- name : ⬇️ Checkout repo
66
62
uses : actions/checkout@v2
67
63
68
64
- name : ⎔ Setup node
69
- uses : actions/setup-node@v1
65
+ uses : actions/setup-node@v2
70
66
with :
71
67
node-version : 14
72
68
You can’t perform that action at this time.
0 commit comments