chore: upgrade pnpm to version 9 (#11637)

Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/11815/head
Paolo Ricciuti 1 month ago committed by GitHub
parent b1e01bf441
commit 5168dd734e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
@ -46,6 +48,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18

@ -22,6 +22,8 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- uses: pnpm/action-setup@v2.2.4
with:
version: 9
- name: Setup Node.js
uses: actions/setup-node@v3
with:

@ -5,9 +5,8 @@
"private": true,
"type": "module",
"license": "MIT",
"packageManager": "pnpm@8.6.12",
"engines": {
"pnpm": "^8.0.0"
"pnpm": "^9.0.0"
},
"repository": {
"type": "git",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save