@ -16,9 +16,10 @@ This action provides the following functionality for GitHub Actions users:
See [action.yml](action.yml)
See [action.yml](action.yml)
**Basic:**
**Basic:**
```yaml
```yaml
steps:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
with:
node-version: '14'
node-version: '14'
@ -49,9 +50,10 @@ The action defaults to search for the dependency file (`package-lock.json` or `y
See the examples of using cache for `yarn` / `pnpm` and `cache-dependency-path` input in the [Advanced usage](docs/advanced-usage.md#caching-packages-dependencies) guide.
See the examples of using cache for `yarn` / `pnpm` and `cache-dependency-path` input in the [Advanced usage](docs/advanced-usage.md#caching-packages-dependencies) guide.