Skip to content

Commit

Permalink
chore: upgrade pnpm/action-setup (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig authored Jul 29, 2024
1 parent e26c2d1 commit 9fb78d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
with:
version: ^9.3.0
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies=false]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v4.0.0
with:
version: ^8.9.0
run_install: true
- name: Turbo Cache
id: turbo-cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"typescript": "^5.0.0",
"typescript-eslint": "^7.0.0"
},
"packageManager": "pnpm@9.3.0"
"packageManager": "pnpm@9.6.0"
}

0 comments on commit 9fb78d8

Please sign in to comment.