We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976dc13 commit 790dd89Copy full SHA for 790dd89
1 file changed
.github/workflows/staging-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