From ff95038d0ddab7515f37fdffe682fefd89877ebd Mon Sep 17 00:00:00 2001 From: Jagoda11 <31731113+Jagoda11@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:10:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8npm-update=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-update.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/npm-update.yml b/.github/workflows/npm-update.yml index b4ec7cd..8ef1c12 100644 --- a/.github/workflows/npm-update.yml +++ b/.github/workflows/npm-update.yml @@ -32,16 +32,9 @@ jobs: ncu -u # Update package.json with the latest versions npm install --legacy-peer-deps # Install dependencies with legacy peer deps handling - # Since we're using --legacy-peer-deps above, the step below is likely redundant, but keeping for thoroughness - name: 📦 Update dependencies with legacy peer deps run: npm update --legacy-peer-deps - - name: 🐶 Install Husky - run: npx husky install - - - name: 🖋️ Format code - run: npm run format - - name: 🎭 Mask Debricked credentials run: | echo "::add-mask::${{ secrets.DEBRICKED_TOKEN }}"