Skip to content

Commit

Permalink
hotfix: Drop TS 4.x from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Dec 8, 2024
1 parent e577c59 commit 82b61ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runTestsOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
matrix:
node-version: [18, 20, 21]
os: [macos-latest, ubuntu-latest, windows-latest]
typescript-version: ['^4.9.5', '^5.2.2']
typescript-version: ['^5.0.0']

steps:
- uses: actions/checkout@master

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
Expand Down

0 comments on commit 82b61ec

Please sign in to comment.