Skip to content

Commit

Permalink
🧐🧐fix for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Aug 28, 2024
1 parent 61f13c9 commit de8ad9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] --save-dev
- name: 📦 Update dependencies with legacy peer deps
run: npm update --legacy-peer-deps
Expand Down

0 comments on commit de8ad9d

Please sign in to comment.