From 607434074484a2f20912b34ccbe6ac6aa4e95dfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:17:12 +0000 Subject: [PATCH] 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] --- .github/workflows/ci.yml | 2 +- .github/workflows/mend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b630e0..4abe7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' diff --git a/.github/workflows/mend.yaml b/.github/workflows/mend.yaml index 3a1dccf..b8a42ae 100644 --- a/.github/workflows/mend.yaml +++ b/.github/workflows/mend.yaml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 1 - name: setup javascript - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 # setup a package lock if one doesn't exist, otherwise do nothing