This commit is contained in:
Max 2023-04-13 01:11:33 +08:00
parent 34febd070e
commit 3b9c1afc65
2 changed files with 6 additions and 0 deletions

View file

@ -32,6 +32,9 @@ jobs:
- name: Install pnpm - name: Install pnpm
run: npm install -g pnpm run: npm install -g pnpm
- name: No Frozen Lockfile
run: pnpm install --no-frozen-lockfile
- name: Setup Cache - name: Setup Cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with:

View file

@ -26,6 +26,9 @@ jobs:
- name: Install pnpm - name: Install pnpm
run: npm install -g pnpm run: npm install -g pnpm
- name: No Frozen Lockfile
run: pnpm install --no-frozen-lockfile
- name: Setup Cache - name: Setup Cache
uses: actions/cache@v3 uses: actions/cache@v3
with: with: