Skip to content

Commit

Permalink
Change package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Sep 19, 2024
1 parent 7e310f8 commit e24142f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: yarn
cache: pnpm

- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
run: pnpm i

- name: Build
run: yarn build
run: pnpm build

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit e24142f

Please sign in to comment.