From d513badd18c4087a30b123d5b7c187d6de4e5c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 00:05:17 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 2.2.0 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v3.6.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..06d2b73 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.6.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.6.0 with: node-version: ${{ matrix.NODE_VERSION }} registry-url: 'https://registry.npmjs.org'