This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user