Skip to content

Commit

Permalink
Merge pull request #93 from MikeMcC399/update/ci-node
Browse files Browse the repository at this point in the history
ci: use current node.js versions in matrix build
  • Loading branch information
tcort authored Nov 5, 2024
2 parents 0e5d251 + d0cc11f commit c2ceadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
matrix:
node-version:
- 18
- 19
- 20
- 22
- 23

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

0 comments on commit c2ceadd

Please sign in to comment.