@@ -17,20 +17,18 @@ jobs:
17
17
if : ${{ !contains(github.head_ref, 'all-contributors') }}
18
18
strategy :
19
19
matrix :
20
- node : [10.13, 12, 14, 15 ]
20
+ node : [10.13, 12, 14, 16 ]
21
21
react : [latest, next, experimental]
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : 🛑 Cancel Previous Runs
25
- uses : styfle/cancel-workflow-action@0.6.0
26
- with :
27
- access_token : ${{ secrets.GITHUB_TOKEN }}
25
+ uses : styfle/cancel-workflow-action@0.9.0
28
26
29
27
- name : ⬇️ Checkout repo
30
28
uses : actions/checkout@v2
31
29
32
30
- name : ⎔ Setup node
33
- uses : actions/setup-node@v1
31
+ uses : actions/setup-node@v2
34
32
with :
35
33
node-version : ${{ matrix.node }}
36
34
@@ -59,15 +57,13 @@ jobs:
59
57
github.ref) && github.event_name == 'push' }}
60
58
steps :
61
59
- name : 🛑 Cancel Previous Runs
62
- uses : styfle/cancel-workflow-action@0.6.0
63
- with :
64
- access_token : ${{ secrets.GITHUB_TOKEN }}
60
+ uses : styfle/cancel-workflow-action@0.9.0
65
61
66
62
- name : ⬇️ Checkout repo
67
63
uses : actions/checkout@v2
68
64
69
65
- name : ⎔ Setup node
70
- uses : actions/setup-node@v1
66
+ uses : actions/setup-node@v2
71
67
with :
72
68
node-version : 14
73
69
0 commit comments