diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 724cf99..695807c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: matrix: node: [20, 22] os: [ubuntu-latest] - typescript: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5'] + typescript: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6'] include: - node: 18 os: ubuntu-latest @@ -47,7 +47,7 @@ jobs: typescript: '5.0' - node: 22 os: windows-latest - typescript: '5.5' + typescript: '5.6' steps: - run: git config --global core.autocrlf false - uses: actions/checkout@v4 diff --git a/package.json b/package.json index 3d89b18..15a9897 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ts-api-utils": "^1.0.3" }, "peerDependencies": { - "typescript": ">=5.0.4 <5.6" + "typescript": ">=5.0.4 <5.7" }, "devDependencies": { "@types/globrex": "^0.1.2",