Skip to content

Commit 05db932

Browse files
committed
chore: update CI to include v18
No change to logic. This updates GitHub actions to test up through node v18.
1 parent 2d93fe9 commit 05db932

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- 14
2222
- 15
2323
- 16
24+
- 17
25+
- 18
2426
os:
2527
- ubuntu-latest
2628
- macos-latest

scripts/check-node-support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var shell = require('shelljs');
99

1010
// This is the authoritative list of supported node versions.
1111
var MIN_NODE_VERSION = 6;
12-
var MAX_NODE_VERSION = 16;
12+
var MAX_NODE_VERSION = 18;
1313

1414
function checkReadme(minNodeVersion) {
1515
var start = '<!-- start minVersion -->';

0 commit comments

Comments
 (0)