From c227b10ba78b5f88959618991e78cf783c5882fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:59:07 +0000 Subject: [PATCH] Bump actions/setup-node from 2.pre.beta to 4.0.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.pre.beta to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2-beta...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/production-deployment.yml | 2 +- .github/workflows/pull-requests.yml | 4 ++-- .github/workflows/staging-deployment.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/production-deployment.yml b/.github/workflows/production-deployment.yml index 3425add..add66d6 100644 --- a/.github/workflows/production-deployment.yml +++ b/.github/workflows/production-deployment.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2.3.2 - name: Setup Node.js environment - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v4.0.1 with: node-version: '12.x' - name: npm install, build, and test diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 651b425..15008e8 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -18,7 +18,7 @@ jobs: with: ref: ${{ github.ref }} - name: Setup Node.js environment - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v4.0.1 with: node-version: '12.x' - name: Installing dependencies @@ -35,7 +35,7 @@ jobs: steps: - uses: actions/checkout@v2.3.2 - name: Setup Node.js environment - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v4.0.1 with: node-version: '12.x' - name: Installing dependencies diff --git a/.github/workflows/staging-deployment.yml b/.github/workflows/staging-deployment.yml index 5fb816c..fbe84ef 100644 --- a/.github/workflows/staging-deployment.yml +++ b/.github/workflows/staging-deployment.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2.3.2 - name: Setup Node.js environment - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v4.0.1 with: node-version: '12.x' - name: npm install, build, and test