From 9742456bf4e8e26f687e7b3161a66e0b1ab1d612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:15:49 +0000 Subject: [PATCH] Bump actions/setup-node from 2.4.1 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...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/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 214cf28..b3efdca 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@v2.0.1 with: version: 6.10.0 - - uses: actions/setup-node@v2.4.1 + - uses: actions/setup-node@v3.5.1 with: node-version: "14" cache: "pnpm"