Skip to content

Commit

Permalink
just ones that really should work:
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 19, 2024
1 parent 7798681 commit 4aaf715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/minimum-version-ts-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16, 18, 20 ]
typescript-version: [ '4.7.3', '5.5.4' ]
node-version: [ 18, 20 ]
typescript-version: [ '5.5.4' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4aaf715

Please sign in to comment.