From 099acba7cdb136890d977e0ac53531c584ee947d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 07:00:57 +0000 Subject: [PATCH] Bump actions/setup-node from 2.pre.beta to 3.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.pre.beta to 3.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2-beta...v3.3.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..e4b9c0ef 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.3.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..6113897c 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.3.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.3.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..dd2fc2e4 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.3.0 with: node-version: '12.x' - name: npm install, build, and test