parent
cb957a52db
commit
a1e2bd5bac
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ jobs:
|
|||
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pnpm-
|
||||
- name: npm install
|
||||
run: npm install
|
||||
- name: pnpm install
|
||||
run: pnpm install --prefer-offline --frozen-lockfile
|
||||
- uses: actions/cache/save@v3
|
||||
name: save pnpm cache
|
||||
if: steps.pnpm-cache.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Reference in a new issue