Skip to content

Commit 7ec4f3e

Browse files
committed
chore: update CI to test against node v20
No change to logic. This updates GitHub actions CI to test on node v19 and v20.
1 parent 05db932 commit 7ec4f3e

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
@@ -23,6 +23,8 @@ jobs:
2323
- 16
2424
- 17
2525
- 18
26+
- 19
27+
- 20
2628
os:
2729
- ubuntu-latest
2830
- 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 = 18;
12+
var MAX_NODE_VERSION = 20;
1313

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

0 commit comments

Comments
 (0)