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 2e03939 commit 5a9fcb8Copy full SHA for 5a9fcb8
1 file changed
.github/workflows/ci.yml
@@ -21,8 +21,8 @@ jobs:
21
ci:
22
strategy:
23
fail-fast: false
24
- matrix: # TODO: Enable 23.x after nodejs/nan#979 or similar.
25
- node-version: [24.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
+ matrix:
+ node-version: [24.x, 23.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