@@ -17,20 +17,18 @@ jobs:
1717 if : ${{ !contains(github.head_ref, 'all-contributors') }}
1818 strategy :
1919 matrix :
20- node : [10.13, 12, 14, 15 ]
20+ node : [10.13, 12, 14, 16 ]
2121 react : [latest, next, experimental]
2222 runs-on : ubuntu-latest
2323 steps :
2424 - 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
2826
2927 - name : ⬇️ Checkout repo
3028 uses : actions/checkout@v2
3129
3230 - name : ⎔ Setup node
33- uses : actions/setup-node@v1
31+ uses : actions/setup-node@v2
3432 with :
3533 node-version : ${{ matrix.node }}
3634
@@ -59,15 +57,13 @@ jobs:
5957 github.ref) && github.event_name == 'push' }}
6058 steps :
6159 - 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
6561
6662 - name : ⬇️ Checkout repo
6763 uses : actions/checkout@v2
6864
6965 - name : ⎔ Setup node
70- uses : actions/setup-node@v1
66+ uses : actions/setup-node@v2
7167 with :
7268 node-version : 14
7369
0 commit comments