We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a04f6e commit f74213bCopy full SHA for f74213b
.github/workflows/NodeCI.yml
@@ -39,13 +39,9 @@ jobs:
39
strategy:
40
matrix:
41
os: [ubuntu-latest]
42
- eslint: [7, 8]
+ eslint: [7, 8, 9]
43
node: [20]
44
include:
45
- # On next ESLint version
46
- - eslint: ^9.0.0-0
47
- node: 20
48
- os: ubuntu-latest
49
# On old Node.js version
50
- eslint: 8
51
node: 16
@@ -65,7 +61,7 @@ jobs:
65
61
run: |+
66
62
pnpm install -D eslint@${{ matrix.eslint }}
67
63
rm -rf node_modules
68
- if: matrix.eslint != 8
64
+ if: matrix.eslint != 9
69
- name: Install Packages
70
run: pnpm install
71
- name: Test
0 commit comments