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 0cb133a
Show file tree
Hide file tree
Showing 3 changed files with 12 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: 9
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@solidjs/start": "1.0.1",
"@vinxi/plugin-mdx": "3.7.1",
"@wyw-in-js/vite": "0.5.3",
"@wyw-in-js/transform": "0.5.3",
"babel-plugin-transform-remove-imports": "1.7.1",
"classnames": "2.5.1",
"cssnano": "6.1.2",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0cb133a

Please sign in to comment.