Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run unit tests on Node.js 22.x LTS
Browse files Browse the repository at this point in the history
trivikr committed Oct 21, 2024
1 parent 1a15a12 commit 1478ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4

0 comments on commit 1478ba5

Please sign in to comment.