From 27a650d016b63548fc03992cf8b62a962d60f8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:41:00 +0000 Subject: [PATCH] Bump actions/setup-node from 2.4.0 to 3.6.0 Dependabot couldn't find the original pull request head commit, 61229473f6299e0f5ba3c81eb14a70224cfed07f. --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index fc5150d0d9..f4396aa3b9 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -332,7 +332,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Use Node.js 14 - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v3.6.0 with: node-version: "14" - name: Install NPM dependencies