Skip to content

Commit

Permalink
chore: add tests for Node 16 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 22, 2021
1 parent c75aab0 commit 1560b29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Expand Up @@ -17,14 +17,14 @@ jobs:
main:
strategy:
matrix:
node: [10, 12, 14, 15]
node: [10, 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 @@ -53,7 +53,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 1560b29

Please sign in to comment.