Skip to content

Commit e7cd6e6

Browse files
authored
Update Node.js version in CI workflow
1 parent cba2e10 commit e7cd6e6

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: [24.x, 22.x, 20.x, 18.x, "18.18.0"]
31+
node: [24.x, 22.x, 20.x, "20.19.0"]
3232
include:
3333
- os: windows-latest
3434
node: "lts/*"

0 commit comments

Comments
 (0)