There was an error while loading. Please reload this page.
1 parent 765d9c6 commit e46ebeaCopy full SHA for e46ebea
1 file changed
.github/workflows/build.yml
@@ -25,15 +25,14 @@ jobs:
25
with:
26
persist-credentials: false
27
28
+ - name: Set up pnpm
29
+ uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
30
+
31
- name: Set up Node.js
32
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
33
34
node-version-file: .node-version
-
- - name: Set up pnpm
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
35
- with:
36
- cache: false
+ cache: pnpm
37
38
- name: Install dependencies
39
run: pnpm install --frozen-lockfile
0 commit comments