Skip to content

Commit 54d4013

Browse files
committed
fix TS backwards compat following ControlledTransaction. (#1193)
1 parent 74676df commit 54d4013

9 files changed

+109
-440
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,8 @@ jobs:
208208
- name: Install older TypeScript
209209
run: npm i -D typescript@${{ matrix.typescript-version }} tsd@${{ fromJson('{ "^4.6":"0.20.0", "^4.7":"0.22.0", "^4.8":"0.24.1", "^4.9":"0.27.0", "^5.0":"0.28.1", "^5.2":"0.29.0", "^5.3":"0.30.7", "^5.4":"0.31.2" }')[matrix.typescript-version] }}
210210

211+
- name: Exclude non-backward compatible tests
212+
run: npx tsx ./scripts/exclude-test-files-for-backwards-compat.mts
213+
211214
- name: Run tests with older TypeScript
212215
run: npm run test:typings && npm run test:node:build

0 commit comments

Comments
 (0)