fix: release ci install deps with -f

This commit is contained in:
windingwind 2024-05-29 12:38:05 +08:00
parent 71969f6990
commit 65069f6791

View File

@ -27,7 +27,7 @@ jobs:
node-version: 20
- name: Install deps
run: npm install
run: npm install -f
- name: Build
run: |