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