From b036e14e532e31608fa3039ca45aaf474bee112f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Mon, 25 Sep 2023 22:01:17 +0200 Subject: [PATCH] chore: fix install sharp --- .github/actions/setup-deps/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup-deps/action.yml b/.github/actions/setup-deps/action.yml index 0be8794..2d17aaf 100644 --- a/.github/actions/setup-deps/action.yml +++ b/.github/actions/setup-deps/action.yml @@ -36,4 +36,8 @@ runs: - name: Install dependencies shell: bash - run: pnpm install --frozen-lockfile --ignore-scripts=false + run: pnpm install --frozen-lockfile + + - name: Install sharp + shell: bash + run: pnpm install sharp -w