Skip to content

Commit

Permalink
🔨npm-update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Aug 28, 2024
1 parent 46a3717 commit ff95038
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit ff95038

Please sign in to comment.