diff --git a/.github/workflows/integration-test-cli.yaml b/.github/workflows/integration-test-cli.yaml index 58442b6ed..d692141d7 100644 --- a/.github/workflows/integration-test-cli.yaml +++ b/.github/workflows/integration-test-cli.yaml @@ -30,7 +30,7 @@ jobs: - os: macos-latest node_version: 20 - os: windows-latest - node_version: 20.13.1 + node_version: 20 steps: - name: Checkout