Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenius1424 committed May 24, 2024
1 parent 0190ee8 commit 2e76416
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
node-version: 20
cache: "pnpm"

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 9.0.6
- name: Install pnpm
run: npm install -g pnpm@9.0.6

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 2e76416

Please sign in to comment.