From 897d24fc8b63347b83753a3fbc326d9b4177c81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:19:21 +0000 Subject: [PATCH] Bump actions/setup-node from 3 to 4 (#23) * Bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update normal.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lewis Goddard --- .github/workflows/normal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/normal.yml b/.github/workflows/normal.yml index bf02903..5ef702a 100644 --- a/.github/workflows/normal.yml +++ b/.github/workflows/normal.yml @@ -21,9 +21,9 @@ jobs: #extensions: mbstring - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: "12.x" + node-version: latest - name: Checkout Repo uses: actions/checkout@v3