Skip to content

Commit

Permalink
hotfix: Drop TS 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Dec 8, 2024
1 parent e577c59 commit 30cc104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -35,7 +35,7 @@ jobs:
# run: yarn set resolution typescript ${{ matrix.typescript-version }}

- name: Install
run: yarn install --ignore-scripts --no-lockfile
run: yarn install --ignore-scripts

- name: Output ts version
run: yarn tsc --version
Expand Down

0 comments on commit 30cc104

Please sign in to comment.