Skip to content

Commit

Permalink
chore: use pnpm i
Browse files Browse the repository at this point in the history
  • Loading branch information
sobird committed Nov 20, 2024
1 parent 48365d4 commit b217edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "22"
registry-url: https://registry.npmjs.org/
# registry-url: https://registry.npmjs.org/
# cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Restore cache node_modules
id: cache-dependencies
Expand All @@ -47,7 +47,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-
- name: Install dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: yarn
run: pnpm i
- name: Build ☕️
run: yarn build

Expand Down

0 comments on commit b217edc

Please sign in to comment.