Skip to content

Commit

Permalink
chore: add tests for Node 16 (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 21, 2021
1 parent 3b58516 commit 793d598
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [10.14.2, 12, 14, 15]
node: [10.14.2, 12, 14, 16]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
uses: styfle/[email protected]

- name: ⬇️ Checkout repo
uses: actions/checkout@v2
Expand All @@ -31,7 +29,7 @@ jobs:
fetch-depth: 0

- name: ⎔ Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

Expand All @@ -58,15 +56,13 @@ jobs:
github.ref) && github.event_name == 'push' }}
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
uses: styfle/[email protected]

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

- name: ⎔ Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14

Expand Down

0 comments on commit 793d598

Please sign in to comment.