Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2021

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v2.4.1 -> v2.5.2

Release Notes

actions/setup-node (actions/setup-node)

v2.5.2: Update @​actions/core for v2

Compare Source

In scope of this release we updated actions/core to 1.10.0 and actions/tool-cache to 1.7.2 for v2: #​713

v2.5.1: Fix logic of error handling for npm warning and uncaught exception

Compare Source

In scope of this release we fix logic of error handling related to caching (#​358) and (#​359).

In the previous behaviour we relied on stderr output to throw error. The warning messages from package managers can be written to the stderr's output. For now the action will throw an error only if exit code differs from zero. Besides, we add logic to сatch and log unhandled exceptions.

v2.5.0: Adding Node.js version file support

Compare Source

In scope of this release we add the node-version-file input and update actions/cache dependency to the latest version.

Adding Node.js version file support

The new input (node-version-file) provides functionality to specify the path to the file containing Node.js's version with such behaviour:

  • If the file does not exist the action will throw an error.
  • If you specify both node-version and node-version-file inputs, the action will use value from the node-version input and throw the following warning: Both node-version and node-version-file inputs are specified, only node-version will be used.
  • For now the action does not support all of the variety of values for Node.js version files. The action can handle values according to the documentation and values with v prefix (v14)
steps:
  - uses: actions/checkout@v2
  - name: Setup node from node version file
    uses: actions/setup-node@v2
    with:
      node-version-file: '.nvmrc'
  - run: npm install
  - run: npm test

Update actions/cache dependency to 1.0.8 version.

We updated actions/cache dependency to the latest version (1.0.8). For more information please refer to the toolkit/cache.


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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 29, 2021
@vercel
Copy link

vercel bot commented Nov 29, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/c4j/remote-patient-monitoring-dashboard/DV1XiWHgsuUwVvzjSP6fU2JdJQUb
✅ Preview: https://remote-patient-monitoring-dashboard-git-renovate-act-de1ebb-c4j.vercel.app

@renovate renovate bot force-pushed the renovate/actions-setup-node-2.x branch from 1f935d9 to 914ce2f Compare December 28, 2021 11:31
@renovate renovate bot changed the title Update actions/setup-node action to v2.5.0 Update actions/setup-node action to v2.5.1 Dec 28, 2021
@renovate renovate bot force-pushed the renovate/actions-setup-node-2.x branch from 914ce2f to 5f21175 Compare March 16, 2023 07:00
@vercel
Copy link

vercel bot commented Mar 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
remote-patient-monitoring-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 27, 2023 at 9:54PM (UTC)

@renovate renovate bot changed the title Update actions/setup-node action to v2.5.1 Update actions/setup-node action to v2.5.2 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-2.x branch from 5f21175 to cf91179 Compare March 27, 2023 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant