Skip to content

Commit c7b77f4

Browse files
committed
CCM-10981: wip
1 parent b98080e commit c7b77f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/node-modules-cache/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ inputs:
55
description: "Node.js version"
66
required: true
77
cache_lock_path:
8-
description: "Path(s) to pnpm-lock.json for cache key"
8+
description: "Path(s) to pnpm-lock.yaml for cache key"
99
required: false
10-
default: "**/pnpm-lock.json"
10+
default: "**/pnpm-lock.yaml"
1111
runs:
1212
using: "composite"
1313
steps:

0 commit comments

Comments
 (0)