Skip to content

Commit d4b912f

Browse files
committed
refactor(storage): remove Service.ts and migrate logic to StorageTransport (#8283)
- Remove Service.ts and common.ts files from handwritten/storage - Migrate remaining functionality to StorageTransport - chore(ci): upgrade conformance tests to Node 18
1 parent fafab27 commit d4b912f

4 files changed

Lines changed: 1 addition & 1169 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)