Skip to content

Commit 677a0c5

Browse files
chore: add tests for Node 16 (#184)
1 parent 6fa8804 commit 677a0c5

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,17 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [10.18, 10, 12, 14, 15]
19+
node: [10.18, 10, 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
2927

3028
- name: ⎔ Setup node
31-
uses: actions/setup-node@v1
29+
uses: actions/setup-node@v2
3230
with:
3331
node-version: ${{ matrix.node }}
3432

@@ -52,15 +50,13 @@ jobs:
5250
github.ref) && github.event_name == 'push' }}
5351
steps:
5452
- name: 🛑 Cancel Previous Runs
55-
uses: styfle/cancel-workflow-action@0.6.0
56-
with:
57-
access_token: ${{ secrets.GITHUB_TOKEN }}
53+
uses: styfle/cancel-workflow-action@0.9.0
5854

5955
- name: ⬇️ Checkout repo
6056
uses: actions/checkout@v2
6157

6258
- name: ⎔ Setup node
63-
uses: actions/setup-node@v1
59+
uses: actions/setup-node@v2
6460
with:
6561
node-version: 14
6662

0 commit comments

Comments
 (0)