Skip to content

Commit

Permalink
chore: add tests for Node 16 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 22, 2021
1 parent 21ad89b commit 7d1c742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [10.14, 12, 14, 15]
node: [10.14, 12, 14, 16]
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2

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

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
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 7d1c742

Please sign in to comment.