Skip to content

Commit

Permalink
fix: build failing issue because of lower node version (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja authored Apr 8, 2024
1 parent ce71d4b commit 07002cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"plugins": ["react-hooks"],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
"react-hooks/rules-of-hooks": "error"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/CI-Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "20"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 07002cf

Please sign in to comment.