From fbc23eab28cdf599908e851bbf8e320d32cce039 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 14 Aug 2025 14:36:20 +0530 Subject: [PATCH 1/2] chore: test for node 20.0.0 --- .github/workflows/cli-test-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cb8941c80a454050ea31c487737468deacbc9204 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 14 Aug 2025 14:40:02 +0530 Subject: [PATCH 2/2] chore: test for node 20.0.0 --- .github/workflows/cli-audit.yml | 2 +- .github/workflows/cli-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.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