Skip to content

Commit

Permalink
fix(gh-pages): install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Jul 15, 2024
1 parent 93905cc commit d160237
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: 20

- name: ⎔ Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 9.5.0

- name: Set .homepage in package.json
uses: jossef/action-set-json-field@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
with:
node-version: 20

- name: ⎔ Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 9.5.0

- name: 📥 Download deps
run: pnpm install && pnpm run build

Expand Down

0 comments on commit d160237

Please sign in to comment.