ci: migrate to pnpm

This commit is contained in:
AkaraChen
2024-10-21 11:14:30 +08:00
parent f3d501e7d5
commit f6ae13abad
4 changed files with 10 additions and 10 deletions

View File

@ -32,10 +32,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: ''
cache-dependency-path: 'yarn.lock'
cache-dependency-path: 'pnpm-lock.yaml'
- name: Install Dependencies
run: yarn install
run: pnpm install
- name: Test
run: yarn test
run: pnpm test