mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 03:46:35 +08:00
Merge pull request #175 from Jiaocz/fix/workflow-npm-ci-error
fix: temp fix `npm ci` error in workflow
This commit is contained in:
commit
3c8c4147c8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm i
|
||||
|
||||
# - name: Run tests
|
||||
# run: npm run test
|
||||
|
Loading…
x
Reference in New Issue
Block a user