Skip to content

Commit

Permalink
build: run test on eslint pre-releases (#171)
Browse files Browse the repository at this point in the history
* build: run test on eslint alpha releases

* Update CI.yml

* Update CI.yml

* chore: fix failing tests

refactor the unsupported/* rules tests to make the tests passing.
since eslint v9, it starts checking dulp tests;
  • Loading branch information
aladdin-add committed Feb 22, 2024
1 parent 4b12cdc commit 77de809
Show file tree
Hide file tree
Showing 3 changed files with 5,085 additions and 5,139 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
eslint: [8.x, "9.0.0-alpha.0"]
eslint: [8.x, "next"]
node: [18.x, 20.x]
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 77de809

Please sign in to comment.