Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yamkovoy committed Jan 28, 2025
1 parent 5c8aba1 commit c5d8dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: false
standalone: true
dest: ~/setup-pnpm
- run: npm i -g pnpm

# Build job
build:
Expand Down

0 comments on commit c5d8dda

Please sign in to comment.