Skip to content

Commit

Permalink
update advanced-usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue committed Jul 24, 2022
1 parent 3c11310 commit 878d3f5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,14 @@ steps:

**Caching pnpm (v6.10+) dependencies:**
```yaml
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# NOTE: pnpm caching support requires pnpm version >= 6.10.0
# NOTE: pnpm caching support requires pnpm version >= 14.17
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/setup-node@v3
with:
node-version: '14'
corepack: true
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm test
Expand Down

0 comments on commit 878d3f5

Please sign in to comment.