Skip to content

Commit

Permalink
Bump pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed May 9, 2024
1 parent 2bf3cd0 commit c6339ca
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 @@ -18,11 +18,11 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20.9.0
- uses: pnpm/action-setup@v3
node-version: 20.12.2
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
version: 9
run_install: false
- name: Get pnpm store directory
id: pnpm
Expand Down

0 comments on commit c6339ca

Please sign in to comment.