-
Notifications
You must be signed in to change notification settings - Fork 693
Closed
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
setup-node recently released a new version with builtin cache support that can be enabled simply by adding cache under with. Are there plans for setup-python to get the same convenience instead of having to use actions/cache?
setup-node@v2
The action has a built-in functionality for caching and restoring npm/yarn dependencies. Supported package managers are npm , yarn .
- uses: actions/setup-node@v2 with: node-version: '14' cache: 'npm'
I asked on github.community but got no response so I figured I try here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic