Skip to content

Commit

Permalink
SK-1306: update axios dependency to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
appasuamithsai committed Dec 8, 2023
1 parent eab834e commit 7fac2c9
Show file tree
Hide file tree
Showing 5 changed files with 15,012 additions and 1,619 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.17.6
- name: install modules
run: npm install

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.17.6
- name: install modules
run: npm install

Expand Down
4 changes: 3 additions & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"collectCoverage": true,
"testEnvironment": "jsdom",
"testTimeout": 3000,
"testURL": "https://sb.area51.vault.skyflowapis.dev",
"testEnvironmentOptions": {
"url": "https://skyflow-test.com"
},
"moduleNameMapper":{
"^.+\\.svg$": "<rootDir>/tests/__mocks__/fileMock.js"
}
Expand Down
Loading

0 comments on commit 7fac2c9

Please sign in to comment.