From 9119b76efe83ba3aa57ce872dbe827f9239e4122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:16:05 +0000 Subject: [PATCH] ci(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#907) --- .github/workflows/nodejs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f22c9e02..012cb0fb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.0 - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ vars.NODE_VERSION }} cache: npm @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.0 - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ vars.NODE_VERSION }} cache: npm @@ -54,7 +54,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.0 - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ vars.NODE_VERSION }} cache: npm @@ -109,7 +109,7 @@ jobs: with: ref: main - name: Use Node.js ${{ vars.NODE_VERSION }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ vars.NODE_VERSION }} cache: npm