We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadbf76 commit deb5578Copy full SHA for deb5578
1 file changed
.github/workflows/cd.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
npm ci --ignore-scripts --unsafe-perm
20
- name: Force installing sharp
21
- run: npm install --ignore-scripts=false --verbose sharp
+ run: npm install --ignore-scripts=false --verbose sharp@0.30.7
22
- name: 'Create env file'
23
24
touch .env
0 commit comments