Skip to content

Commit fcf8ab1

Browse files
authored
Merge pull request #18 from Xray-App/update_deps
update deps; fix #17
2 parents 39e0f3a + 5a74f1b commit fcf8ab1

5 files changed

Lines changed: 6113 additions & 4039 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 18.x]
16+
node-version: [20.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v5
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'

__tests__/xray-datacenter-client.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ import {
1717
CUCUMBER_FORMAT,
1818
BEHAVE_FORMAT,
1919
ReportConfig,
20-
XraySettings,
21-
XrayErrorResponse,
20+
XraySettings
2221
} from "../src/index";
2322

2423
describe("timeout handling", () => {

0 commit comments

Comments
 (0)