You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will enable purging of old cached LTS versions to avoid the problem that node-version: 'lts/*' installs an outdated version, as described in the issue:
Hi @karlhorky As the runner images team, we believe cache eviction should be handled through tasks, not the runner itself.
Please look into the comment
This common lts/* config for actions/setup-node is broken (does not retrieve latest LTS version, even days after release), and if actions/runner-images won't build anything to fix it, it will stay broken:
- name: Use Node.jsuses: actions/setup-node@v4with:
node-version: 'lts/*'cache: 'pnpm'
To be clear, this is not a tool request - it's a feature request for
runner-images
, requested by @aparnajyothi-y of theactions/setup-node
teamTool name
actions/setup-node
Tool license
MIT
Add or update?
Desired version
--
Approximate size
No response
Brief description of tool
Cache eviction feature for @aparnajyothi-y and the rest of the
actions/setup-node
team, as requested here:lts/*
installs old LTS version intermittently setup-node#940 (comment)This will enable purging of old cached LTS versions to avoid the problem that
node-version: 'lts/*'
installs an outdated version, as described in the issue:lts/*
installs old LTS version intermittently setup-node#940URL for tool's homepage
No response
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
Runner images where you need the tool
Can this tool be installed during the build?
No response
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: