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