Skip to content

Commit c07f8a7

Browse files
Merge pull request #74 from domdomegg/domdomegg/axios-24
Add support for Axios v0.24
2 parents d74cbab + 8d0854b commit c07f8a7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

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

1818
steps:

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/AlbinoDrought/cachios#readme",
3434
"dependencies": {
35-
"axios": "^0.21.0 || ^0.20.0 || ^0.19.0 || ^0.18.0",
35+
"axios": "^0.24.0 || ^0.23.0 || ^0.22.0 || ^0.21.0 || ^0.20.0 || ^0.19.0 || ^0.18.0",
3636
"node-cache": "^5.0.0 || ^4.1.1",
3737
"object-hash": "^2.0.0"
3838
},

0 commit comments

Comments
 (0)