Skip to content

Commit

Permalink
chore: Add latest node to test matrix (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflip committed Aug 8, 2022
1 parent 432b4da commit 7b09731
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ name: Tests
on: [push, pull_request]

jobs:

tests:
strategy:
matrix:
# npm will not run under 10.x or earlier and so they cannot be tested
node-version:
- 12.x
- 13.x
- 14.x
- 15.x
- 16.x
- 18.x
- latest

runs-on: ubuntu-latest

Expand Down

0 comments on commit 7b09731

Please sign in to comment.