Skip to content

Commit

Permalink
build: bump pnpm to v9
Browse files Browse the repository at this point in the history
- update package.json
  - engines field
  - add "packageManager" field for use with corepack
- update .github/workflows
  - remove "version" input for "pnpm/action-setup" as it will use the
    "packageManager" field in `package.json`
- update pnpm-lock.yaml
  • Loading branch information
matijs authored and Robbert committed May 17, 2024
1 parent 00e437d commit a10595a
Show file tree
Hide file tree
Showing 3 changed files with 21,574 additions and 19,682 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.3
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -66,7 +65,6 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.3
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -108,7 +106,6 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.3
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -186,7 +183,6 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.3
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -230,7 +226,6 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.3
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -314,7 +309,6 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.3
run_install: false

- name: Get pnpm store directory
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"engines": {
"node": "^20",
"pnpm": "^8"
"pnpm": "^9"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
Expand Down Expand Up @@ -108,5 +108,6 @@
"patchedDependencies": {
"@stencil/core@4.8.2": "patches/@stencil__core@4.8.2.patch"
}
}
},
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}

0 comments on commit a10595a

Please sign in to comment.