Skip to content

Commit 4ddd1f8

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 4ddd1f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

+2
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

+1-1
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)