From 1280328eba534b5ff0c129d81c9a48917bf05c33 Mon Sep 17 00:00:00 2001 From: Nikolaj Quorning Date: Wed, 27 May 2026 08:08:58 +0200 Subject: [PATCH] Update TypeScript version in typings tests --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1e5d49ade..b80d84c17 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -50,7 +50,7 @@ jobs: matrix: ts-version: - { ts: '4.0', types-node: '17' } - - { ts: 'latest', types-node: '20' } + - { ts: '^5', types-node: '20' } name: Typings tests (typescript@${{ matrix.ts-version.ts }}) steps: - name: Checkout