Skip to content

Commit 01c79e7

Browse files
committed
Update Node.js version in CI workflow
1 parent 80308a0 commit 01c79e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest]
31-
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"]
31+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
3232
include:
3333
- os: windows-latest
3434
node: "lts/*"

0 commit comments

Comments
 (0)