This commit is contained in:
Max 2023-04-13 01:12:03 +08:00
parent 3b9c1afc65
commit ac557284c2
2 changed files with 6 additions and 0 deletions

View file

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

View file

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