Skip to content

Commit 9bb0768

Browse files
committed
Update Node.js version in CI workflow
1 parent e7f10a9 commit 9bb0768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
matrix:
4848
os: [ubuntu-latest]
4949
eslint: [9]
50-
node: [25.x, 24.x, 22.x, 20.x, 18.x, "18.18.0"]
50+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
5151
include:
5252
- os: windows-latest
5353
eslint: 9
54-
node: 20
54+
node: lts/*
5555
- os: macOS-latest
5656
eslint: 9
57-
node: 20
57+
node: lts/*
5858
runs-on: ${{ matrix.os }}
5959
steps:
6060
- name: Checkout

0 commit comments

Comments
 (0)