Skip to content

Commit 446068a

Browse files
updated headers
1 parent d7e254e commit 446068a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The action will first check the local cache for a semver match. If unable to fin
3232

3333
For information regarding locally cached versions of Node.js on GitHub hosted runners, check out [GitHub Actions Virtual Environments](https://github.com/actions/virtual-environments).
3434

35-
**Caching npm dependencies:**
35+
### Caching packages dependencies
3636

3737
The action has a built-in functionality for caching and restoring npm/yarn dependencies. Supported package managers are `npm`, `yarn`. The `cache` input is optional, and caching is turned off by default.
3838

@@ -62,7 +62,7 @@ Yarn caching handles both yarn versions: 1 or 2.
6262

6363
> At the moment, only `lock` files in the project root are supported.
6464

65-
**Matrix Testing:**
65+
### Matrix Testing:
6666
```yaml
6767
jobs:
6868
build:

0 commit comments

Comments
 (0)