Skip to content

Commit

Permalink
ci: update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 12, 2024
1 parent 3b357f8 commit dd00c43
Show file tree
Hide file tree
Showing 2 changed files with 3,053 additions and 2,413 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
node:
- '14'
- '16'
- '18'
- '20'
platform:
- ubuntu-latest
- windows-latest
Expand All @@ -27,9 +29,9 @@ jobs:
- name: checkout main
run: git branch -f main origin/main
- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
with:
version: 8
version: 9
standalone: true
- name: pnpm install
run: pnpm install
Expand Down
Loading

0 comments on commit dd00c43

Please sign in to comment.