diff --git a/.github/workflows/cli-audit.yml b/.github/workflows/cli-audit.yml index 9393dc392..87f09438e 100644 --- a/.github/workflows/cli-audit.yml +++ b/.github/workflows/cli-audit.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 20.x, 22.x, lts/* ] + node-version: [ 20.0.x, 22.x, lts/* ] steps: - name: Checkout cli repo uses: actions/checkout@v4 diff --git a/.github/workflows/cli-test-npm.yml b/.github/workflows/cli-test-npm.yml index 8401e5783..e315ae473 100644 --- a/.github/workflows/cli-test-npm.yml +++ b/.github/workflows/cli-test-npm.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 22.x, lts/* ] + node-version: [20.0.x, 22.x, lts/* ] steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/.github/workflows/cli-test.yml b/.github/workflows/cli-test.yml index ea1063d56..559fcef3a 100644 --- a/.github/workflows/cli-test.yml +++ b/.github/workflows/cli-test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 20.x, 22.x, lts/* ] + node-version: [ 20.0.x, 22.x, lts/* ] steps: - name: Checkout cli repo uses: actions/checkout@v4