From 18ff0a3f469a9019a12f509b82ddb92275117fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 07:00:56 +0000 Subject: [PATCH] Bump actions/setup-node from 2.pre.beta to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.pre.beta to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2-beta...v3.5.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 3425add8..330b8d89 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@v3.5.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 651b4258..c0833989 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@v3.5.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@v3.5.1 with: node-version: '12.x' - name: Installing dependencies diff --git a/.github/workflows/staging-deployment.yml b/.github/workflows/staging-deployment.yml index 5fb816c3..38752a26 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@v3.5.1 with: node-version: '12.x' - name: npm install, build, and test