From de92ff3e585df43135e30c3f119124063a0c41d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:01:30 +0000 Subject: [PATCH] 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/node-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index bf68f9a9..80f963f9 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout source uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v3.6.0 with: node-version: "14" - name: Install dependencies for client