Skip to content

Commit

Permalink
feat: add tests for Node 16 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 21, 2021
1 parent 1ca348c commit 59ef5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [12, 14, 15]
node: [12, 14, 16]
runs-on: ${{ matrix.os }}
steps:
- name: 🛑 Cancel Previous Runs
Expand Down

0 comments on commit 59ef5c4

Please sign in to comment.