From 42eb76cafeefbeb3a1437d2dbb48395e264ea940 Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Fri, 9 Feb 2024 11:41:20 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8Fci:=20delete=20sharp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index 0e2c58a2..1355512b 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -53,8 +53,5 @@ jobs: - name: Install dependencies run: yarn --frozen-lockfile - - name: Install sharp module for ubuntu - run: npm install --os=linux --cpu=x64 sharp - - name: Build app run: npm run build --if-present