Skip to content

Commit

Permalink
⬆️ Update npm dependencies and remove ESLint from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagoda11 committed Aug 27, 2024
1 parent 13ad98b commit bfb644c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-and-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
run: npm install

- name: ⬆️ Update all packages except ESLint
run: |
npm update --legacy-peer-deps
npm install [email protected] --save-dev
run: npm update --legacy-peer-deps

- name: 🎭 Mask Debricked credentials
run: echo "::add-mask::${{ secrets.DEBRICKED_TOKEN }}"
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
"mailgun-js": "^0.6.7",
"stripe": "^16.8.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}

0 comments on commit bfb644c

Please sign in to comment.