Skip to content

Commit

Permalink
update workflow to test newer versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Dec 13, 2021
1 parent 969897c commit 0bab0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
node-version: [ 10.x, 12.x ]
node-version: [ 12, 14, 16 ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0bab0d8

Please sign in to comment.