Skip to content

Commit 676e767

Browse files
committed
refactor(storage): remove Service.ts and migrate logic to StorageTransport (googleapis#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 678f64c commit 676e767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2222
with:
23-
node-version: 14
23+
node-version: 18
2424
- run: node --version
2525
- run: cd handwritten/storage && npm install
2626
- run: cd handwritten/storage && npm run conformance-test

0 commit comments

Comments
 (0)