Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update pnpm to 9.7.1 #3000

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/rotten-cows-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

ci: update pnpm to 9.7.1
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
default: 20.14.0
pnpm-version:
description: "PNPM version"
default: 9.4.0
default: 9.7.1
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
default: 20.14.0
pnpm-version:
description: "PNPM version"
default: 9.4.0
default: 9.7.1
should-install-bun:
description: "Should install Bun"
default: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-validate-changesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: env.CHANGESET_FILE == ''
uses: pnpm/action-setup@v4
with:
version: 9.4.0
version: 9.7.1
run_install: true

- name: Install jq
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
auto-install-peers=true
enable-pre-post-scripts=true
engine-strict=true
package-manager-strict=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"private": true,
"engines": {
"node": "^18.20.3 || ^20.0.0 || ^22.0.0",
"pnpm": "^9.4.0"
"pnpm": "^9.7.1"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.1",
"scripts": {
"dev": "nodemon --config nodemon.config.json -x 'pnpm build:packages'",
"build": "turbo run build --cache-dir=.turbo",
Expand Down