Skip to content

Commit e46ebea

Browse files
committed
ci: cache the pnpm store
1 parent 765d9c6 commit e46ebea

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ jobs:
2525
with:
2626
persist-credentials: false
2727

28+
- name: Set up pnpm
29+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
30+
2831
- name: Set up Node.js
2932
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3033
with:
3134
node-version-file: .node-version
32-
33-
- name: Set up pnpm
34-
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
35-
with:
36-
cache: false
35+
cache: pnpm
3736

3837
- name: Install dependencies
3938
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)