From d0cce152eca099e2dcc8cee1b761654f9c70312c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:40:39 +0000 Subject: [PATCH] Bump actions/setup-node from 3.8.1 to 4.0.2 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.2) --- 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 | 4 ++-- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 338014a..b1e09c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.2 with: node-version: '16.x' - run: npm ci --no-progress @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.2 with: node-version: ${{ matrix.node }} - run: npm ci --no-progress diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index d9967e4..ff349ba 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.2 with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a660d53..72ca7cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v4.0.2 with: node-version: '16.x' registry-url: 'https://registry.npmjs.org'