From b42e4c98774ebc1a8d6b8f2787c014df0d9fa06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 00:28:42 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.2.0 to 2.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7ebec8a..cb3180b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.NODE_VERSION }} - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 with: node-version: ${{ matrix.NODE_VERSION }} @@ -44,7 +44,7 @@ jobs: fetch-depth: 0 - name: Use Node.js ${{ matrix.NODE_VERSION }} - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v2.3.0 with: node-version: ${{ matrix.NODE_VERSION }} registry-url: 'https://registry.npmjs.org'