Skip to content

Commit

Permalink
chore: Add pnpm cache to setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 31, 2023
1 parent 4107c6e commit 31e7a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
cache: 'pnpm'
node-version: '20'
- name: Build Setup Script
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/use-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
cache: 'pnpm'
node-version: '20'
- name: Build Setup Script
run: |
Expand Down

0 comments on commit 31e7a13

Please sign in to comment.