From 69d49f78b582238b8923dd20cd073b120e74cdcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 21:27:36 +0000 Subject: [PATCH] Bump actions/setup-node from 2.pre.beta to 3.1.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.pre.beta to 3.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2-beta...v3.1.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..22269620 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.1.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..be4630df 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.1.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.1.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..1763c933 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.1.1 with: node-version: '12.x' - name: npm install, build, and test