Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57b3287

Browse files
authoredApr 21, 2021
chore: add tests for Node 16 (#900)
1 parent 58150b9 commit 57b3287

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
@@ -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

Comments
 (0)
Please sign in to comment.