mirror of
https://github.com/maximilian1121/legacy-launch.git
synced 2026-07-16 01:50:58 +00:00
Fix the action not building
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
run: npm install --legacy-peer-deps
|
||||
|
||||
- name: Make Packages
|
||||
run: npm run make
|
||||
|
||||
Reference in New Issue
Block a user