From ec9c669a17e9421cee52c41dbe696a7388789a1f Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sun, 3 Dec 2023 12:46:47 +0530 Subject: [PATCH] chore: update github action/setup-node (#1552) * chore: update github action/setup-node * chore: update github action/setup-node --------- Co-authored-by: Nitin Kumar --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 870fe127..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" @@ -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"