try using npm

This commit is contained in:
Nick Seguin 2023-12-10 02:21:07 -06:00
parent 2a5c680a17
commit cb957a52db

View file

@ -26,8 +26,8 @@ jobs:
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
- name: pnpm install
run: pnpm install --prefer-offline --frozen-lockfile
- name: npm install
run: npm install
- uses: actions/cache/save@v3
name: save pnpm cache
if: steps.pnpm-cache.outputs.cache-hit != 'true'