1 parent 0b98218 commit deea3ddCopy full SHA for deea3dd
1 file changed
.github/workflows/eslint.yml
@@ -4,19 +4,11 @@ name: eslint
4
on: [push, pull_request]
5
jobs:
6
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]
14
steps:
15
- uses: actions/checkout@v5
16
- - name: Use Node ${{ matrix.node-version }}
17
- uses: actions/setup-node@v6
+ - uses: actions/setup-node@v6
18
with:
19
- node-version: ${{ matrix.node-version }}
+ node-version: '22'
20
- name: npm install
21
run: npm install --ignore-scripts
22
- name: npm run lint
0 commit comments