diff --git a/.github/workflows/pr_typescript.yml b/.github/workflows/pr_typescript.yml index dd7344c38..2cb265600 100644 --- a/.github/workflows/pr_typescript.yml +++ b/.github/workflows/pr_typescript.yml @@ -12,7 +12,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x] + # node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v3