From de8ad9d37a7a251234b2e9c6766aac64d5e0a6b7 Mon Sep 17 00:00:00 2001 From: Jagoda11 <31731113+Jagoda11@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:00:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=90=F0=9F=A7=90fix=20for=20the=20workf?= =?UTF-8?q?low?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-update.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-update.yml b/.github/workflows/npm-update.yml index ff74da2..5dfb5c4 100644 --- a/.github/workflows/npm-update.yml +++ b/.github/workflows/npm-update.yml @@ -27,11 +27,10 @@ jobs: - name: 📦 Install npm-check-updates run: npm install -g npm-check-updates - - name: ⬆️ Update all packages except ESLint + - name: ⬆️ Update all packages run: | - ncu -x eslint -u + ncu -u npm install - npm install eslint@8.57.0 --save-dev - name: 📦 Update dependencies with legacy peer deps run: npm update --legacy-peer-deps