Skip to content

Commit 8b90193

Browse files
committed
ci: update Node.js versions in tests
Use maintenance and current Node.js versions in CI workflows.
1 parent c38bc48 commit 8b90193

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-win.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- standard
1919
- experimental
2020
node-version:
21-
- 18.x
2221
- 20.x
2322
- 22.x
23+
- 24.x
24+
- 25.x
2425
architecture: [x64, x86]
2526
os:
2627
- windows-2022

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- standard
1919
- experimental
2020
node-version:
21-
- 18.x
2221
- 20.x
2322
- 22.x
23+
- 24.x
24+
- 25.x
2425
os:
2526
- macos-latest
2627
- ubuntu-latest

0 commit comments

Comments
 (0)