Skip to content

Commit 1bf3053

Browse files
Update docs/adrs/0000-caching-dependencies.md
Co-authored-by: Alejandro Pauly <alepauly@github.com>
1 parent ae26aaf commit 1bf3053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/adrs/0000-caching-dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Integration of caching functionality into `actions/setup-node` action will bring
1515

1616
As the first stage, we will add support for NPM dependencies caching. We can consider adding the same functionality for Yarn later.
1717

18-
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.
18+
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.
1919

2020
# Decision
2121
- Add `cache` input parameter to `actions/setup-node`. For now, input will accept the following values:
@@ -56,4 +56,4 @@ steps:
5656
# Release process
5757
5858
As soon as functionality is implemented, we will release minor update of action. No need to bump major version since there are no breaking changes for existing users.
59-
After that, we will update [starter-workflows](https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml) and [GitHub Action documentation](https://docs.github.com/en/actions/guides/building-and-testing-nodejs#example-caching-dependencies).
59+
After that, we will update [starter-workflows](https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml) and [GitHub Action documentation](https://docs.github.com/en/actions/guides/building-and-testing-nodejs#example-caching-dependencies).

0 commit comments

Comments
 (0)