Skip to content

Commit

Permalink
Install PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Sep 19, 2024
1 parent e24142f commit 7232b88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: pnpm
cache: npm

- name: Install dependencies
run: pnpm i
run: |
npm i pnpm -g
pnpm i
- name: Build
run: pnpm build
Expand Down

0 comments on commit 7232b88

Please sign in to comment.