Skip to content

Commit

Permalink
Build: Run tests on Node 22 & 23
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol authored Oct 21, 2024
1 parent d928106 commit 1971625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
NAME: ["Node"]
NODE_VERSION: [18.x, 20.x]
NODE_VERSION: [18.x, 20.x, 22.x, 23.x]
NPM_SCRIPT: ["test:browserless"]
include:
- NAME: "Node"
Expand Down

0 comments on commit 1971625

Please sign in to comment.