Merge pull request #366 from trheyi/main

[_] CI
This commit is contained in:
Max 2023-04-13 01:12:48 +08:00 committed by GitHub
commit aa6f5b15a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 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

@ -26,6 +26,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

@ -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: