Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 30160cb

Browse files
WikiRikephys
andauthored
ci(typescript): add TS 4.7 to CI (sequelize#14378)
Co-authored-by: Zoé <[email protected]>
1 parent cb24466 commit 30160cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
strategy:
114114
fail-fast: false
115115
matrix:
116-
ts-version: ["4.4", "4.5", "4.6"]
116+
ts-version: ["4.4", "4.5", "4.6", "4.7"]
117117
name: TS Typings (${{ matrix.ts-version }})
118118
runs-on: ubuntu-latest
119119
needs: lint

0 commit comments

Comments
 (0)