fix: add overrides
All checks were successful
Deploy / lint-build-deploy (push) Successful in 1m34s

This commit is contained in:
2026-01-19 20:46:26 +01:00
parent 854fe1c75a
commit 479f02d843
2 changed files with 5 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
- name: Install dependencies
run: |

View File

@@ -62,6 +62,10 @@
"@babel/helpers": ">=7.26.10",
"brace-expansion": ">=1.1.12"
},
"overrides": {
"brace-expansion": "1.1.11",
"minimatch": "3.1.2"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --quiet --fix"