Skip to content

Commit

Permalink
chore: don't autoupdate eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 28, 2024
1 parent ffc2ff1 commit 8c8a6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
node-version: 20
cache: npm
# connect-gzip-static@4.0.0 requires Node 20 >=
- run: npx npm-check-updates -u -x connect-gzip-static
# eslint: https://github.com/typescript-eslint/typescript-eslint/issues/8211
- run: npx npm-check-updates -u -x connect-gzip-static -x eslint
- run: rm -f package-lock.json
- run: npm install
- uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 8c8a6a3

Please sign in to comment.