diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d50b4d9..58346f7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,7 +18,7 @@ jobs: run: | npm ci --ignore-scripts --unsafe-perm - name: Force installing sharp - run: npm install --ignore-scripts=false --verbose sharp + run: npm install --ignore-scripts=false --verbose sharp@0.30.7 - name: 'Create env file' run: | touch .env