Skip to content

Commit

Permalink
Merge pull request #74 from domdomegg/domdomegg/axios-24
Browse files Browse the repository at this point in the history
Add support for Axios v0.24
  • Loading branch information
AlbinoDrought committed Jun 5, 2022
2 parents d74cbab + 8d0854b commit c07f8a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
axios-version: [^0.18.0, ^0.19.0, ^0.20.0, ^0.21.0, ^0.22.0]
node-version: [14.x, 16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
axios-version: [^0.18.0, ^0.19.0, ^0.20.0, ^0.21.0, ^0.22.0, ^0.23.0, ^0.24.0]
node-cache-version: [^4.1.1, ^5.0.0]

steps:
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/AlbinoDrought/cachios#readme",
"dependencies": {
"axios": "^0.21.0 || ^0.20.0 || ^0.19.0 || ^0.18.0",
"axios": "^0.24.0 || ^0.23.0 || ^0.22.0 || ^0.21.0 || ^0.20.0 || ^0.19.0 || ^0.18.0",
"node-cache": "^5.0.0 || ^4.1.1",
"object-hash": "^2.0.0"
},
Expand Down

0 comments on commit c07f8a7

Please sign in to comment.