Skip to content

Commit e4db9d1

Browse files
committed
chore(npm): update packageManager to pnpm@11.1.2
1 parent d55c14e commit e4db9d1

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 24
5050
registry-url: "https://registry.npmjs.org"
5151
- name: Install pnpm
52-
run: npm install -g pnpm@latest
52+
run: npm install -g pnpm@11.1.2
5353
- name: Install rust toolchain
5454
uses: dtolnay/rust-toolchain@stable
5555
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"yarn"
7373
],
7474
"license": "MIT",
75+
"packageManager": "pnpm@11.1.2",
7576
"repository": {
7677
"type": "git",
7778
"url": "git+https://github.com/JamieMason/syncpack.git"

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
packages:
22
- site
33

4+
allowBuilds:
5+
esbuild: true
6+
sharp: true
7+
48
ignoredBuiltDependencies:
59
- sharp

0 commit comments

Comments
 (0)