From de4de0048227bc5033c606d1708f4f3e196a9b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:40:39 +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/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 078e868..26a3ff3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 # Initializes node for the runner. - name: Node setup - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '16.16.0' registry-url: https://registry.npmjs.com/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9c0962..c03049d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 # Initializes node for the runner. - name: Node setup - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '16.16.0' registry-url: https://registry.npmjs.com/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5e057c..530c395 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: # Initializes Node and npm to install the Artifact Generator from GitHub # packages. - name: Node setup - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '16.16.0' registry-url: https://registry.npmjs.com/