Skip to content

Commit

Permalink
ci(deploy): fix pnpm setup (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow authored Sep 12, 2024
1 parent 4f8d0a5 commit 03155a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: latest
cache: pnpm
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 03155a7

Please sign in to comment.