Skip to content

Commit

Permalink
Merge pull request #24 from MelleB/fix/ci-workflow
Browse files Browse the repository at this point in the history
Test against Node LTS versions
  • Loading branch information
MelleB authored Jun 11, 2024
2 parents aeee733 + fdac3e2 commit ee780ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
# Test against all LTS versions.
# NodeJS version support: https://nodejs.org/en/about/previous-releases
node-version: [18.x, 20.x, 22.x]

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

0 comments on commit ee780ff

Please sign in to comment.