From 373a85fc473e8b42bb3e43ecbebd9cc2ddf95eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 18:57:45 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 2.4.1 to 2.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.1) --- 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 | 2 +- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c07c3944..3a496aac 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,7 +20,7 @@ jobs: - uses: 'actions/checkout@v2.3.4' - name: Use Node.js ${{ matrix.node-version }} - uses: 'actions/setup-node@v2.4.1' + uses: 'actions/setup-node@v2.5.1' with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e568c8ce..d4f3dfc2 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: 'actions/checkout@v2.3.4' - - uses: 'actions/setup-node@v2.4.1' + - uses: 'actions/setup-node@v2.5.1' with: node-version: 14 registry-url: 'https://registry.npmjs.org/'