[_]
This commit is contained in:
parent
3b9c1afc65
commit
ac557284c2
2 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue