From e8a1d2e75cd6d56d407e5fc6d048dca7fced27da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 07:00:56 +0000 Subject: [PATCH] Bump actions/setup-node from 2.pre.beta to 3.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.pre.beta to 3.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2-beta...v3.2.0) --- 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..b6b82da0 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.2.0 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..4de4a900 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.2.0 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.2.0 with: node-version: '12.x' - name: Installing dependencies diff --git a/.github/workflows/staging-deployment.yml b/.github/workflows/staging-deployment.yml index 5fb816c3..89f6f1e4 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.2.0 with: node-version: '12.x' - name: npm install, build, and test