Skip to content

Commit 3c92e33

Browse files
committed
dev: Update to pnpm 10+
- Update README, dev container and corepack reference - No lockfile changes are necessary relative to pnpm 9
1 parent 9c7a5ef commit 3c92e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ ENV CHROME_BIN=/usr/bin/chromium
1515
# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}"
1616

1717
# Install and configure pnpm
18-
RUN su node -c "npm install -g pnpm@9"
18+
RUN su node -c "npm install -g pnpm@10"
1919
RUN su node -c "pnpm config set store-dir /home/node/.pnpm-store"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Independently of the assigned milestone, contributions are always accepted and a
4444
### First time setup
4545

4646
- Install [node.js](https://nodejs.org/) (only Node v18.19+ < 19 is currently supported)
47-
- Install pnpm: <https://pnpm.io/installation> (use pnpm 9.15.4+)
47+
- Install pnpm: <https://pnpm.io/installation> (use pnpm 10.4.1+) or use [corepack](https://nodejs.org/docs/latest-v18.x/api/corepack.html) to enable the recommended version
4848
- Clone this repository
4949
- Install dependencies: `pnpm i --frozen-lockfile`
5050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"node": "^18.19.0",
55
"pnpm": ">=9.15.4"
66
},
7-
"packageManager": "pnpm@9.15.6+sha256.5bf88eca1e818b973b9359a16e57405177c7a9b8177b9125d587577311786e64",
7+
"packageManager": "pnpm@10.4.1+sha256.4b702887986995933d4300836b04d6d02a43bc72b52e4f7e93a4ca608b959197",
88
"scripts": {
99
"lerna": "lerna",
1010
"preparePublish": "git clean -dfx && pnpm i --frozen-lockfile && pnpm run clean && pnpm run build && pnpm run doc && pnpm run test",

0 commit comments

Comments
 (0)