Skip to content

chore(deps): update actions/setup-node action to v2.5.0#158

Merged
myrotvorets-team merged 1 commit intomasterfrom
renovate/actions-setup-node-2.x
Dec 9, 2021
Merged

chore(deps): update actions/setup-node action to v2.5.0#158
myrotvorets-team merged 1 commit intomasterfrom
renovate/actions-setup-node-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 9, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

actions/setup-node

v2.5.0

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: At any time (no schedule defined).

🚦 Automerge: Enabled.

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 WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added dependencies Pull requests that update a dependency file github-actions labels Dec 9, 2021
@myrotvorets-team myrotvorets-team merged commit 5cb7b8c into master Dec 9, 2021
@myrotvorets-team myrotvorets-team deleted the renovate/actions-setup-node-2.x branch December 9, 2021 16:50
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