From bb982206b970232a53a8c98ce34267dd036938d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:16:51 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.2.0 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v3.5.1) --- 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..74c86a0 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.5.1 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.5.1 with: node-version: ${{ matrix.NODE_VERSION }} registry-url: 'https://registry.npmjs.org'