Skip to content

Commit 82db716

Browse files
committed
fix(storage): resolve system test failures after Gaxios & Node 18 migration
- Updated StorageTransport to properly handle Gaxios interceptors. - Resolved type mismatches in response handlers for Node 18. - Fixed surgical restore logic in system-tests.
1 parent b2e12e7 commit 82db716

8 files changed

Lines changed: 350 additions & 1274 deletions

File tree

.github/workflows/conformance-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 14
18+
node-version: 18
1919
- run: node --version
2020
- run: cd handwritten/storage && npm install
2121
- run: cd handwritten/storage && npm run conformance-test

handwritten/storage/src/nodejs-common/service.ts

Lines changed: 0 additions & 316 deletions
This file was deleted.

0 commit comments

Comments
 (0)