Skip to content

Commit e6375e4

Browse files
authored
Build: Update dependencies & tested Node.js versions
Changes: 1. Update all dependencies except for ESLint & Sinon. 2. Pin the yargs version. 3. Test on Node.js 20, 22 & 24 instead of 18, 20, 22 & 23. Closes gh-592
1 parent 48021a7 commit e6375e4

File tree

3 files changed

+428
-318
lines changed

3 files changed

+428
-318
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
NAME: ["Node"]
16-
NODE_VERSION: [18.x, 20.x, 22.x, 23.x]
16+
NODE_VERSION: [20.x, 22.x, 24.x]
1717
NPM_SCRIPT: ["test:browserless"]
1818
include:
1919
- NAME: "Node"

0 commit comments

Comments
 (0)