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