mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Change to pnpm everywhere.
This commit is contained in:
parent
dad16cbcc9
commit
160e600c4a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue