Skip to content

Commit ea7d8ad

Browse files
committed
sharp installation fix
1 parent 4e4efb1 commit ea7d8ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
npm ci --ignore-scripts --unsafe-perm
1919
- name: Force installing sharp
20-
run: npm install --ignore-scripts=false --verbose sharp
20+
run: npm install --ignore-scripts=false --verbose sharp@0.30.7
2121
- name: 'Create env file'
2222
run: |
2323
touch .env

0 commit comments

Comments
 (0)