From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 08:03:27 +0000 (+1100) Subject: Bump actions/setup-node from 4.0.4 to 4.2.0 (#2185) X-Git-Tag: v4.3.2~5 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=de7724dfcfd87b055fdabb907739caaaa2cf6bb4;p=rainny.git Bump actions/setup-node from 4.0.4 to 4.2.0 (#2185) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index fe23785..6082223 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.0 - name: Setup node - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.2.0 with: node-version: 20.12.2 cache: 'npm' diff --git a/.github/workflows/netlify-dev.yml b/.github/workflows/netlify-dev.yml index 08a6612..d53ebee 100644 --- a/.github/workflows/netlify-dev.yml +++ b/.github/workflows/netlify-dev.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.0 - name: Setup node - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.2.0 with: node-version: 20.12.2 cache: 'npm' diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 8406192..3d2a2cc 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.0 - name: Setup node - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.2.0 with: node-version: 20.12.2 cache: 'npm'