Skip to content

Commit 784d551

Browse files
committed
attempt to cache node_modules
1 parent fc54419 commit 784d551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: 18
2323
cache: "pnpm"
24+
cache-dependency-path: '**/pnpm-lock.yaml'
2425

2526
- name: Install dependencies
2627
run: pnpm install

0 commit comments

Comments
 (0)