We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8e944 commit 3eee12bCopy full SHA for 3eee12b
.github/workflows/test.yml
@@ -12,12 +12,15 @@ jobs:
12
- uses: pnpm/action-setup@v4
13
with:
14
version: latest
15
- run_install: true
16
- name: Use Node.js 20.x
17
uses: actions/setup-node@v4
18
19
node-version: 20.x
20
cache: "pnpm"
+ - name: Install dependencies
21
+ run: |
22
+ pnpm install
23
+ cd test && pnpm install
24
- name: Build the extension
25
run: pnpm build
26
- name: Run tests
package.json
@@ -69,5 +69,15 @@
69
"id": "{dbcc42f9-c979-4f53-8a95-a102fbff3bbe}"
70
}
71
72
+ },
73
+ "pnpm": {
74
+ "supportedArchitectures": {
75
+ "libc": [
76
+ "musl"
77
+ ]
78
79
+ "overrides": {
80
+ "sharp": "0.33.4"
81
+ }
82
83
0 commit comments