From dc3a4c366229e3d41700d464d203d27ab88aed9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 00:16:51 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.2.0 to 3.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 3.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v3.3.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/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7ebec8a..6ba111f 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@v3.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@v3.3.0 with: node-version: ${{ matrix.NODE_VERSION }} registry-url: 'https://registry.npmjs.org'