Skip to content

Commit

Permalink
Merge pull request #144 from skyflowapi/release/23.2.1
Browse files Browse the repository at this point in the history
SK-1306: update axios dependency version
  • Loading branch information
skyflow-amith authored Feb 14, 2024
2 parents aec64d4 + f4d4081 commit d6df271
Show file tree
Hide file tree
Showing 6 changed files with 15,013 additions and 1,620 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ skyflow-node is the Node.js version of Skyflow SDK for the JavaScript programmin
## Installation

### Requirements
- Node 7.6.0 and above
- Node 12.22.12 and above

### Configuration

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 d6df271

Please sign in to comment.