Skip to content

Commit f74213b

Browse files
committed
fix workflow
1 parent 4a04f6e commit f74213b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/NodeCI.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest]
42-
eslint: [7, 8]
42+
eslint: [7, 8, 9]
4343
node: [20]
4444
include:
45-
# On next ESLint version
46-
- eslint: ^9.0.0-0
47-
node: 20
48-
os: ubuntu-latest
4945
# On old Node.js version
5046
- eslint: 8
5147
node: 16
@@ -65,7 +61,7 @@ jobs:
6561
run: |+
6662
pnpm install -D eslint@${{ matrix.eslint }}
6763
rm -rf node_modules
68-
if: matrix.eslint != 8
64+
if: matrix.eslint != 9
6965
- name: Install Packages
7066
run: pnpm install
7167
- name: Test

0 commit comments

Comments
 (0)