Skip to content

Commit

Permalink
fix TS backwards compat following ControlledTransaction. (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Oct 27, 2024
1 parent 74676df commit 54d4013
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 440 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,8 @@ jobs:
- name: Install older TypeScript
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] }}

- name: Exclude non-backward compatible tests
run: npx tsx ./scripts/exclude-test-files-for-backwards-compat.mts

- name: Run tests with older TypeScript
run: npm run test:typings && npm run test:node:build
Loading

0 comments on commit 54d4013

Please sign in to comment.