Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/setup-node action to v3.4.1 #440

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 23, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.1.2 -> v3.4.1

Release Notes

actions/setup-node

v3.4.1

Compare Source

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path https://github.com/actions/setup-node/pull/545. Moreover we fixed the issue with falling on node-version output https://github.com/actions/setup-node/pull/540.

v3.4.0

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file https://github.com/actions/setup-node/pull/373. Besides, we introduced new output node-version and added npm-shrinkwrap.json to dependency file patterns: https://github.com/actions/setup-node/pull/439

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 - "every weekend" (UTC), 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.

@netlify
Copy link

netlify bot commented Jul 23, 2022

Deploy Preview for slsa canceled.

Name Link
🔨 Latest commit 31fe2f9
🔍 Latest deploy log https://app.netlify.com/sites/slsa/deploys/62dec64df50c990008f12455

@laurentsimon laurentsimon self-requested a review July 25, 2022 16:31
Copy link
Contributor

@laurentsimon laurentsimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not merge. The tags need to be updated thru #440 first.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate-bot renovate-bot changed the title Update actions/setup-node digest to 2fddd88 Update actions/setup-node action to v3.4.1 Jul 25, 2022
@joshuagl
Copy link
Member

Do not merge. The tags need to be updated thru #440 first.

Is this safe to merge now? #440 is this PR, so I can't tell if the required action has been taken.

@laurentsimon laurentsimon self-requested a review August 12, 2022 20:59
@laurentsimon
Copy link
Contributor

Yes I think we can merge.

@laurentsimon laurentsimon merged commit f184d86 into slsa-framework:main Aug 12, 2022
@renovate-bot renovate-bot deleted the renovate/github-actions branch August 12, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants