Skip to content

Commit

Permalink
updated headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenaSviridenko authored Jun 22, 2021
1 parent d7e254e commit 446068a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The action will first check the local cache for a semver match. If unable to fin

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).

**Caching npm dependencies:**
### Caching packages dependencies

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.

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

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

**Matrix Testing:**
### Matrix Testing:
```yaml
jobs:
build:
Expand Down

0 comments on commit 446068a

Please sign in to comment.