E5F1 Release v5.0.0 · actions/setup-node · GitHub
[go: up one dir, main page]

Skip to content
  • Pricing
  • 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

    Appearance settings
    Compare
    Choose a tag to compare
    @gowridurgad gowridurgad released this 04 Sep 02:52
    · 2 commits to main since this release
    a0853c2

    What's Changed

    Breaking Changes

    • Enhance caching in setup-node with automatic package manager detection by @priya-kinthali in #1348

    This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
    To disable this automatic caching, set package-manager-cache: false

    steps:
    - uses: actions/checkout@v5
    - uses: actions/setup-node@v5
      with:
        package-manager-cache: false

    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

    Dependency Upgrades

    New Contributors

    Full Changelog: v4...v5.0.0

    0