From ae19814153745293078a4098958939751dd0f6eb Mon Sep 17 00:00:00 2001 From: Shubham Date: Fri, 25 Apr 2025 17:43:43 +0530 Subject: [PATCH 1/2] chore: using setup-node@v4 --- .github/workflows/cli-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-test.yml b/.github/workflows/cli-test.yml index 48dcf9b3..ae16cdc3 100644 --- a/.github/workflows/cli-test.yml +++ b/.github/workflows/cli-test.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - run: make install - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' From 4ed3d4d7a8dfac4cd9b9c2db78eaaa53535256ec Mon Sep 17 00:00:00 2001 From: Shubham Date: Fri, 25 Apr 2025 18:05:49 +0530 Subject: [PATCH 2/2] Update cli-audit.yml --- .github/workflows/cli-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-audit.yml b/.github/workflows/cli-audit.yml index f5ac9716..9b203a2f 100644 --- a/.github/workflows/cli-audit.yml +++ b/.github/workflows/cli-audit.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - run: make install - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm'