Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

⬆️ Bump actions/setup-node from 2.1.5 to 2.4.0#122

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/github_actions/actions/setup-node-2.4.0

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 6, 2021

Bumpsactions/setup-node from 2.1.5 to 2.4.0.

Release notes

Sourced fromactions/setup-node's releases.

Support caching for mono repos and repositories with complex structure

This release introduces dependency caching support for mono repos and repositories with complex structure (#305).

By default, the action searches for the dependency file (package-lock.json oryarn.lock) in the repository root. Use thecache-dependency-path input for cases when multiple dependency files are used, or they are located in different subdirectories. This input supports wildcards or a list of file names for caching multiple dependencies.

Yaml example:

steps:-uses:actions/checkout@v2-uses:actions/setup-node@v2with:node-version:14cache:npmcache-dependency-path:'sub-project/package-lock.json'

For more examples of usingcache-dependency-path input, see theAdvanced usage guide.

Revert temporary fix

We had to disable pre-cached Node.js usage in the previous version due to the broken image cache. Now cache is fixed, so we can safely enable its usage again.Thank you for understanding.

Temporary maintenance fix.

Temporarily disabled usage of pre-cached Node.js.

Support caching pnpm dependencies

This release introduces dependency caching support for thepnpm package manager (#278).

Caching pnpm dependencies:

# This workflow uses actions that are not certified by GitHub.# They are provided by a third-party and are governed by# separate terms of service, privacy policy, and support# documentation.steps:uses:actions/checkout@v2uses:pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2with:version:6.10.0uses:actions/setup-node@v2with:node-version:'14'cache:'pnpm'run:pnpm installrun:pnpm test

NOTE: pnpm caching support requires pnpm version >= 6.10.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.4.0.- [Release notes](https://github.com/actions/setup-node/releases)- [Commits](actions/setup-node@v2.1.5...v2.4.0)---updated-dependencies:- dependency-name: actions/setup-node  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file github_actionsPull requests that update Github_actions code labelsAug 6, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update Github_actions code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp