mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -329,7 +329,7 @@ jobs:
|
|||||||
- name: Setup NPM
|
- name: Setup NPM
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx eslint
|
run: npx eslint@9.38.0
|
||||||
|
|
||||||
swc:
|
swc:
|
||||||
name: Minimize JavaScript
|
name: Minimize JavaScript
|
||||||
|
|||||||
Reference in New Issue
Block a user