Skip to content

Commit

Permalink
Switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed Jun 10, 2024
1 parent 8a52c4b commit 9a44881
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,18 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.12.0'
cache: 'yarn'
# cache: 'yarn'

- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: install
run: yarn --frozen-lockfile
run: pnpm install --frozen-lockfile

- name: build
run: yarn build
run: pnpm build
# env:
# BASE_PATH: /blog

Expand Down

0 comments on commit 9a44881

Please sign in to comment.