From deb557816f97b2daa4c37f6ce64b1e57b6913429 Mon Sep 17 00:00:00 2001 From: Pratheep Velicherla Date: Wed, 19 Oct 2022 19:49:37 +0530 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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