We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00978fd commit ab67690Copy full SHA for ab67690
1 file changed
.github/workflows/staging-cd.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '12'
17
- name: Install dependencies
18
run: |
19
- npm ci --ignore-scripts --unsafe-perm
+ npm i --force --unsafe-perm
20
- name: Force installing sharp
21
run: npm install --ignore-scripts=false --verbose sharp@0.30.7
22
- name: 'Create env file'
0 commit comments