Skip to content

Commit

Permalink
bump(deps): update actions/setup-node action to v3.5.1 (#24)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| minor | `v3.4.1` -> `v3.5.1` |

---

### Release Notes

<details>
<summary>actions/setup-node</summary>

###
[`v3.5.1`](https://togithub.com/actions/setup-node/releases/tag/v3.5.1)

[Compare
Source](https://togithub.com/actions/setup-node/compare/v3.5.0...v3.5.1)

In scope of this release we updated [actions/core to
1.10.0](https://togithub.com/actions/setup-node/pull/587). Moreover, we
added logic [to print Nodejs, Npm, Yarn
versions](https://togithub.com/actions/setup-node/pull/368) after
installation.

###
[`v3.5.0`](https://togithub.com/actions/setup-node/releases/tag/v3.5.0)

[Compare
Source](https://togithub.com/actions/setup-node/compare/v3.4.1...v3.5.0)

In scope of this release we add support for engines.node. The action
will be able to grab the version form package.json#engines.node.
[actions/setup-node#485.
Moreover, we [added support for
Volta](https://togithub.com/actions/setup-node/pull/532)

Besides, we updated [@&#8203;actions/core to
1.9.1](https://togithub.com/actions/setup-node/pull/574) and
[@&#8203;actions/cache to
3.0.4](https://togithub.com/actions/setup-node/pull/573)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/BirthdayResearch/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzguNCIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC40In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 18, 2022
1 parent 463b7fd commit 43af50c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
version: 7

- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
cache: pnpm
Expand All @@ -38,7 +38,7 @@ jobs:
with:
version: 7

- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
cache: pnpm
Expand All @@ -60,7 +60,7 @@ jobs:
with:
version: 7

- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
cache: pnpm
Expand All @@ -79,7 +79,7 @@ jobs:
with:
version: 7

- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
version: 7

- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3.4.1
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
with:
node-version: 18
cache: pnpm
Expand Down

0 comments on commit 43af50c

Please sign in to comment.