Skip to content

Commit

Permalink
build: bump pnpm to v9
Browse files Browse the repository at this point in the history
- update package.json
  - update "engines"
  - add "packageManager" for use with corepack
- update workflow jobs
  - remove "version" input for "pnpm/setup-action" as the action will
    use the "packageManager" field from `package.json`
- update pnpm-lock.yaml
  • Loading branch information
matijs committed May 15, 2024
1 parent d65c072 commit 4a27040
Show file tree
Hide file tree
Showing 3 changed files with 4,924 additions and 3,947 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14.1

- name: Set up Node.js version
uses: actions/[email protected]
Expand Down Expand Up @@ -57,8 +55,6 @@ jobs:

- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14.1

- name: Set up Node.js version
uses: actions/[email protected]
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": true,
"engines": {
"node": "^20",
"pnpm": "^8"
"pnpm": "^9"
},
"workspaces": [
"./packages/*"
Expand Down Expand Up @@ -58,5 +58,6 @@
"update-patch": "npm-check-updates --configFileName .ncurc.patch.cjs",
"update-minor": "npm-check-updates --configFileName .ncurc.minor.cjs",
"update-major": "npm-check-updates --configFileName .ncurc.major.cjs"
}
},
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}
Loading

0 comments on commit 4a27040

Please sign in to comment.