Skip to content

Commit

Permalink
Merge branch 'main' into fix/payment_data_filled_google_pay
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Apr 8, 2024
2 parents 72c9ba1 + 07002cf commit dc1b243
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 dc1b243

Please sign in to comment.