Skip to content

chore(deps): update actions/setup-node action to v3.3.0#226

Merged
myrotvorets-team merged 1 commit intomasterfrom
renovate/actions-setup-node-3.x
Jun 9, 2022
Merged

chore(deps): update actions/setup-node action to v3.3.0#226
myrotvorets-team merged 1 commit intomasterfrom
renovate/actions-setup-node-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 6, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.2.0 -> v3.3.0

Release Notes

actions/setup-node

v3.3.0

Compare Source

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test
Minor improvements

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot added dependencies Pull requests that update a dependency file github-actions labels Jun 6, 2022
@myrotvorets-team myrotvorets-team merged commit f024b4f into master Jun 9, 2022
@myrotvorets-team myrotvorets-team deleted the renovate/actions-setup-node-3.x branch June 9, 2022 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant