We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9585023 commit 303bd22Copy full SHA for 303bd22
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix: # TODO: Enable 23.x after nodejs/nan#979 or similar.
25
- node-version: [22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
+ node-version: [24.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
26
os: [windows-latest]
27
include:
28
- node-version: lts/*
0 commit comments