Skip to content

Commit

Permalink
Fix grammar in the README (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Dec 30, 2021
1 parent 7b55867 commit 7a0f7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ nvm lts syntax: `lts/erbium`, `lts/fermium`, `lts/*`

## Caching packages dependencies

The action has a built-in functionality for caching and restoring dependencies. It uses [actions/cache](https://github.com/actions/cache) under hood for caching dependencies but requires less configuration settings. Supported package managers are `npm`, `yarn`, `pnpm` (v6.10+). The `cache` input is optional, and caching is turned off by default.

This comment has been minimized.

Copy link
@mahir5155

mahir5155 Feb 19, 2022

"

The action has a built-in functionality for caching and restoring dependencies. It uses [actions/cache](https://github.com/actions/cache) under the hood for caching dependencies but requires less configuration settings. Supported package managers are `npm`, `yarn`, `pnpm` (v6.10+). The `cache` input is optional, and caching is turned off by default.

This comment has been minimized.

Copy link
@mahir5155

mahir5155 Feb 19, 2022

"


The action defaults to search for the dependency file (`package-lock.json` or `yarn.lock`) in the repository root, and uses its hash as a part of the cache key. Use `cache-dependency-path` for cases when multiple dependency files are used, or they are located in different subdirectories.

Expand Down

2 comments on commit 7a0f7a9

@mahir5155
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*8 @phishy

@mahir5155
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • [
  • *8]

Please sign in to comment.