mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
修复构建问题
This commit is contained in:
parent
515ba9a8c1
commit
f860ebba08
4
.github/workflows/beta-pack.yml
vendored
4
.github/workflows/beta-pack.yml
vendored
@ -41,7 +41,9 @@ jobs:
|
||||
${{ runner.os }}-node-caches-
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: |
|
||||
npm install npm@8.5 -g
|
||||
npm install
|
||||
|
||||
- name: Build Packages
|
||||
run: |
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -41,7 +41,9 @@ jobs:
|
||||
${{ runner.os }}-node-caches-
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: |
|
||||
npm install npm@8.5 -g
|
||||
npm install
|
||||
|
||||
- name: Build Packages
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user