Skip to content

Commit

Permalink
Merge pull request #689 from aryaemami59/add-ts-5.3-to-ci
Browse files Browse the repository at this point in the history
Add TypeScript 5.3 to CI
  • Loading branch information
EskiMojo14 authored Jan 25, 2024
2 parents bcfc3cd + f03d3f2 commit ee65779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
node: ['16.x']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']

steps:
- name: Checkout repo
Expand Down

0 comments on commit ee65779

Please sign in to comment.