This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -62,6 +62,10 @@
|
|||||||
"@babel/helpers": ">=7.26.10",
|
"@babel/helpers": ">=7.26.10",
|
||||||
"brace-expansion": ">=1.1.12"
|
"brace-expansion": ">=1.1.12"
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"brace-expansion": "1.1.11",
|
||||||
|
"minimatch": "3.1.2"
|
||||||
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{ts,tsx}": [
|
"*.{ts,tsx}": [
|
||||||
"eslint --quiet --fix"
|
"eslint --quiet --fix"
|
||||||
|
|||||||
Reference in New Issue
Block a user