Skip to content

Commit

Permalink
build: corrected usage of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed May 30, 2024
1 parent 5409ec0 commit 47e25bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- name: Setup Node.js with pnpm
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 47e25bf

Please sign in to comment.