Update docs/adrs/0000-caching-dependencies.md

Co-authored-by: Alejandro Pauly <alepauly@github.com>
This commit is contained in:
Maxim Lobanov 2021-05-26 17:29:27 +03:00 提交者 GitHub
父节点 ae26aaf1b5
当前提交 1bf30534fd
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -15,7 +15,7 @@ Integration of caching functionality into `actions/setup-node` action will bring
As the first stage, we will add support for NPM dependencies caching. We can consider adding the same functionality for Yarn later.
We don't persue the goal to provide wide customization of caching in scope of `actions/setup-node` action. The purpose of this integration is covering ~90% of basic use-cases. If user needs flexible customization, we should advice them to use `actions/cache` directly.
We don't pursue the goal to provide wide customization of caching in scope of `actions/setup-node` action. The purpose of this integration is covering ~90% of basic use-cases. If user needs flexible customization, we should advice them to use `actions/cache` directly.
# Decision
- Add `cache` input parameter to `actions/setup-node`. For now, input will accept the following values: