From cf18b31992d9dea38e97db10ccd49dac7c24a591 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Tue, 28 Nov 2023 09:36:24 +0530 Subject: [PATCH 1/2] chore: update github action/setup-node --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 870fe127..9953ce56 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -77,7 +77,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm" From 610b2e2b62551b8e8d0c64ad5c0299daff636180 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 2 Dec 2023 06:51:08 +0530 Subject: [PATCH 2/2] chore: update github action/setup-node --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9953ce56..a9b6c315 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm"