Skip to content

Commit 5fce6f8

Browse files
authored
ci: add node v24 to test matrix (#522)
* ci: add node v24 to test matrix This change adds node v24 to the matrix for ci testing * ci: add node v24 to test matrix This change adds node v24 to the matrix for ci testing
1 parent 5fdc72c commit 5fce6f8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node-version:
15+
- 24
1516
- 23
1617
- 22
1718
- 21
@@ -40,13 +41,13 @@ jobs:
4041
eslint8:
4142
runs-on: ubuntu-latest
4243
steps:
43-
- uses: actions/checkout@v4
44-
- uses: actions/setup-node@v4
45-
with:
46-
node-version: "lts/*"
47-
- run: npm install
48-
- run: npm install --save-dev eslint@8
49-
- run: npm test
44+
- uses: actions/checkout@v4
45+
- uses: actions/setup-node@v4
46+
with:
47+
node-version: "lts/*"
48+
- run: npm install
49+
- run: npm install --save-dev eslint@8
50+
- run: npm test
5051

5152
test-remote:
5253
name: eslint-remote-tester

0 commit comments

Comments
 (0)