Skip to content

Commit deea3dd

Browse files
committed
CI: Upgrade eslint to use node 22
1 parent 0b98218 commit deea3dd

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/eslint.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,11 @@ name: eslint
44
on: [push, pull_request]
55
jobs:
66
test:
7-
name: Node ${{ matrix.node-version }} and ${{ matrix.os }}
8-
runs-on: ${{ matrix.os }}
9-
strategy:
10-
fail-fast: false
11-
matrix:
12-
node-version: [18.x]
13-
os: [ubuntu-latest]
147
steps:
158
- uses: actions/checkout@v5
16-
- name: Use Node ${{ matrix.node-version }}
17-
uses: actions/setup-node@v6
9+
- uses: actions/setup-node@v6
1810
with:
19-
node-version: ${{ matrix.node-version }}
11+
node-version: '22'
2012
- name: npm install
2113
run: npm install --ignore-scripts
2214
- name: npm run lint

0 commit comments

Comments
 (0)