From e0936008ccfd10898ffbca904ae0ee5d5b1e944c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:13:40 +0000 Subject: [PATCH] Bump actions/setup-node from 2.5.1 to 3.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/npm.yaml | 2 +- .github/workflows/pull-request-checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yaml b/.github/workflows/npm.yaml index af93d850938ea..8f3785aba06c2 100644 --- a/.github/workflows/npm.yaml +++ b/.github/workflows/npm.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.4.0 - - uses: actions/setup-node@v2.5.1 + - uses: actions/setup-node@v3.1.0 with: node-version: 12 registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index bd5cee6c9689f..b1238cb1c7bfa 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -113,7 +113,7 @@ jobs: fetch-depth: 0 - name: Setup Node Env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.1.0 with: node-version: '12'