Skip to content

Commit 4fe38db

Browse files
committed
Simplify types workflow
1 parent c779c79 commit 4fe38db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
1919
with:
2020
no-lockfile: true
21-
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
22-
ts-libs: 'dom,esnext'
21+
ts-versions: '5.8'
22+
ts-libs: 'esnext'

0 commit comments

Comments
 (0)