Skip to content

Commit

Permalink
chore: upgrade to Node.js 20 and Axios 1.6 (#1254)
Browse files Browse the repository at this point in the history
* ci: upgrade to Node.js 20

* chore: upgrade node.js and axios versions
  • Loading branch information
jamesmbourne authored Feb 11, 2024
1 parent 881c9db commit 4910cfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.16.0
nodejs 20.11.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"axios": "^1.4.0",
"axios": "^1.6.7",
"axios-mock-adapter": "^1.21.2",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -64,7 +64,7 @@
"aws4": "^1.12.0"
},
"peerDependencies": {
"axios": ">=1.0.0"
"axios": ">=1.6.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4910cfb

Please sign in to comment.