Skip to content

Commit 018975a

Browse files
put back Node.js 18.x
1 parent a9ce03e commit 018975a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
node-version:
18-
# - 18.x (disabled)
18+
- 18.x
1919
- 20.x
2020
- 21.x
2121
architecture: [x64, x86]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- standard
1919
- experimental
2020
node-version:
21-
# - 18.x (disabled because the newest version is unavailable)
21+
- 18.x
2222
- 20.x
2323
- 21.x
2424
- 22.x

0 commit comments

Comments
 (0)