Skip to content

Commit

Permalink
ci: run tests on latest node v18 and v20 (#10)
Browse files Browse the repository at this point in the history
Execute tests also for node v18 and v20 to ensure functionality also in later node versions
  • Loading branch information
flovogt authored Dec 27, 2024
1 parent e743f4e commit 765f304
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:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16]
node-version: [16, 18, 20]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 765f304

Please sign in to comment.