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

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

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.0.0 -> 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

v3.2.0

Compare Source

In scope of this release we added new aliases to install the latest Node.js version. https://github.com/actions/setup-node/pull/483

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: current
- run: npm ci
- run: npm test

v3.1.1

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes related to GHES 3.5 (https://github.com/actions/setup-node/pull/460)

v3.1.0

Compare Source

In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore. Besides, we updated actions/cache dependency to 2.0.0 version.


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 changed the title chore(deps): update actions/setup-node action to v3.1.0 chore(deps): update actions/setup-node action to v3.1.1 Apr 11, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 40a886a to 461fc1a Compare April 11, 2022 16:36
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.1.1 chore(deps): update actions/setup-node action to v3.2.0 May 16, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 461fc1a to 7e0596d Compare May 16, 2022 10:33
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.2.0 chore(deps): update actions/setup-node action to v3.3.0 Jun 6, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 7e0596d to 9da5d73 Compare June 6, 2022 14:07
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 9da5d73 to 2c42c7c Compare July 11, 2022 17:10
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.3.0 chore(deps): update actions/setup-node action to v3.4.0 Jul 11, 2022
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 2c42c7c to 7932689 Compare July 14, 2022 13:39
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.4.0 chore(deps): update actions/setup-node action to v3.4.1 Jul 14, 2022
@yi-Xu-0100 yi-Xu-0100 merged commit 8cad5e4 into master Aug 23, 2022
@yi-Xu-0100 yi-Xu-0100 deleted the renovate/actions-setup-node-3.x branch August 23, 2022 01:58
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.

1 participant