Skip to content

Commit 1971625

Browse files
authored
Build: Run tests on Node 22 & 23
Closes jquerygh-5560
1 parent d928106 commit 1971625

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)