Skip to content

Commit 3eee12b

Browse files
Try sharp override (#128)
1 parent fd8e944 commit 3eee12b

File tree

3 files changed

+254
-107
lines changed

3 files changed

+254
-107
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ jobs:
1212
- uses: pnpm/action-setup@v4
1313
with:
1414
version: latest
15-
run_install: true
1615
- name: Use Node.js 20.x
1716
uses: actions/setup-node@v4
1817
with:
1918
node-version: 20.x
2019
cache: "pnpm"
20+
- name: Install dependencies
21+
run: |
22+
pnpm install
23+
cd test && pnpm install
2124
- name: Build the extension
2225
run: pnpm build
2326
- name: Run tests

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,15 @@
6969
"id": "{dbcc42f9-c979-4f53-8a95-a102fbff3bbe}"
7070
}
7171
}
72+
},
73+
"pnpm": {
74+
"supportedArchitectures": {
75+
"libc": [
76+
"musl"
77+
]
78+
},
79+
"overrides": {
80+
"sharp": "0.33.4"
81+
}
7282
}
7383
}

0 commit comments

Comments
 (0)