From 6b8cf1233707024ef4496b84a6db7af0069d2c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:00:50 +0000 Subject: [PATCH] Bump actions/setup-node from 2.4.1 to 3.6.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...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/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dc32d7..15a7e5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: id: nvm - name: Use Node.js (.nvmrc) - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v3.6.0 with: node-version: "${{ steps.nvm.outputs.NVMRC }}" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b06daac..a7114dd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: id: nvm - name: Use Node.js (.nvmrc) - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v3.6.0 with: node-version: "${{ steps.nvm.outputs.NVMRC }}"