We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98080e commit c7b77f4Copy full SHA for c7b77f4
.github/actions/node-modules-cache/action.yaml
@@ -5,9 +5,9 @@ inputs:
5
description: "Node.js version"
6
required: true
7
cache_lock_path:
8
- description: "Path(s) to pnpm-lock.json for cache key"
+ description: "Path(s) to pnpm-lock.yaml for cache key"
9
required: false
10
- default: "**/pnpm-lock.json"
+ default: "**/pnpm-lock.yaml"
11
runs:
12
using: "composite"
13
steps:
0 commit comments