ci: fix eslint version to 9.38.0
9.39.0 has an issue with unified-signatures. Links: https://github.com/eslint/eslint/issues/20272
This commit is contained in:
parent
f41897cfa4
commit
a3f7e6566a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -329,7 +329,7 @@ jobs:
|
|||
- name: Setup NPM
|
||||
run: npm install
|
||||
- name: Run ESLint
|
||||
run: npx eslint
|
||||
run: npx eslint@9.38.0
|
||||
|
||||
swc:
|
||||
name: Minimize JavaScript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue