mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
switching to pnpm for faster build
This commit is contained in:
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@@ -17,7 +17,10 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'yarn'
|
||||
cache: 'pnpm'
|
||||
|
||||
- run: yarn install
|
||||
- run: yarn test
|
||||
- name: Install pnpm
|
||||
run: corepack enable
|
||||
|
||||
- run: pnpm install
|
||||
- run: pnpm test
|
||||
|
||||
Reference in New Issue
Block a user