Skip to content

Commit

Permalink
add missing setup pnpm step
Browse files Browse the repository at this point in the history
  • Loading branch information
David Martinelli committed Feb 18, 2024
1 parent 258c213 commit 7840309
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: pnpm-setup
uses: pnpm/action-setup@v3
with:
version: 8
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install deps
run: pnpm
run: pnpm install
- name: Build
run: pnpm build
- name: Setup Pages
Expand Down

0 comments on commit 7840309

Please sign in to comment.