Revert "try using npm"

This reverts commit cb957a52db.
This commit is contained in:
Nick Seguin 2023-12-10 02:22:32 -06:00
parent cb957a52db
commit a1e2bd5bac

View file

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