Change to pnpm everywhere.

This commit is contained in:
Bradley Shellnut 2023-09-27 22:27:28 +13:00
parent dad16cbcc9
commit 160e600c4a

View file

@ -42,6 +42,5 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: pnpm run build --if-present
- run: pnpm test