From 50b7a4c12748100dcfc9a0c83e10063735492c87 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 1 Dec 2023 07:45:17 +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 efca7df..6b53182 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 074cf309d635846918602ce1b6a6d62bc52677b1 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 2 Dec 2023 07:02:33 +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 6b53182..c635c6a 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"