Skip to content

Commit

Permalink
fix Setup pnpm script
Browse files Browse the repository at this point in the history
  • Loading branch information
somewonderfulguy committed Nov 26, 2024
1 parent 9ccc947 commit 3164172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
node-version: '20'

- name: Setup pnpm
uses: pnpm/action-setup@4
with:
version: 9
- uses: pnpm/action-setup@v4
with:
version: 9

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 3164172

Please sign in to comment.