Skip to content

Commit 490cc78

Browse files
committed
Build: Run tests on Node 22 & 23
Closes jquerygh-5560 (cherry picked from commit 1971625)
1 parent d41f0cd commit 490cc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
NAME: ["Node"]
19-
NODE_VERSION: [18.x, 20.x]
19+
NODE_VERSION: [18.x, 20.x, 22.x, 23.x]
2020
NPM_SCRIPT: ["test:browserless"]
2121
include:
2222
- NAME: "Node"

0 commit comments

Comments
 (0)