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:
Kirill Chibisov 2025-11-01 12:52:30 +09:00 committed by GitHub
parent f41897cfa4
commit a3f7e6566a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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