Skip to content

Commit 44a197d

Browse files
committed
Fix: Fix for the sharp installation
1 parent 9000728 commit 44a197d

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ jobs:
3030
run: corepack enable
3131

3232
- name: Install
33-
run: |
34-
yarn install
35-
yarn add sharp --ignore-engines
33+
run: yarn install
34+
env:
35+
YARN_IGNORE_NODE: 1
36+
37+
- name: Install sharp
38+
run: yarn add sharp
39+
env:
40+
YARN_IGNORE_NODE: 1
3641

3742
- name: Build
3843
run: yarn build

0 commit comments

Comments
 (0)