chore: fix rollup optional dependencies installation in CI

Add step to force reinstall rollup after npm ci to fix the known npm
bug with optional dependencies on Linux x64 platform.
This commit is contained in:
ZacharyZcR
2025-10-10 00:11:09 +08:00
parent 720b7ed723
commit 52adc3b453

View File

@@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Fix rollup optional dependencies
run: npm install rollup --force
- name: Run ESLint
run: npx eslint .