Skip to content

Commit

Permalink
chore: run tests on Node v14, 16, and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Apr 12, 2022
1 parent c387ff7 commit 619f7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-18.04]
node: [12, 14, 15]
node: [14, 16, 17]

steps:
- name: Checkout code
Expand Down

0 comments on commit 619f7c4

Please sign in to comment.