Skip to content

Commit a3f7e65

Browse files
authored
ci: fix eslint version to 9.38.0
9.39.0 has an issue with unified-signatures. Links: eslint/eslint#20272
1 parent f41897c commit a3f7e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
- name: Setup NPM
330330
run: npm install
331331
- name: Run ESLint
332-
run: npx eslint
332+
run: npx eslint@9.38.0
333333

334334
swc:
335335
name: Minimize JavaScript

0 commit comments

Comments
 (0)