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:
1616 if : ${{ !contains(github.head_ref, 'all-contributors') }}
1717 strategy :
1818 matrix :
19- node : [10.14.2, 12, 14, 15 ]
19+ node : [10.14.2, 12, 14, 16 ]
2020 runs-on : ubuntu-latest
2121 steps :
2222 - 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
2624
2725 - name : ⬇️ Checkout repo
2826 uses : actions/checkout@v2
3129 fetch-depth : 0
3230
3331 - name : ⎔ Setup node
34- uses : actions/setup-node@v1
32+ uses : actions/setup-node@v2
3533 with :
3634 node-version : ${{ matrix.node }}
3735
@@ -58,15 +56,13 @@ jobs:
5856 github.ref) && github.event_name == 'push' }}
5957 steps :
6058 - 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
6460
6561 - name : ⬇️ Checkout repo
6662 uses : actions/checkout@v2
6763
6864 - name : ⎔ Setup node
69- uses : actions/setup-node@v1
65+ uses : actions/setup-node@v2
7066 with :
7167 node-version : 14
7268
You can’t perform that action at this time.
0 commit comments