Merge remote-tracking branch 'origin/master' into update-node
This commit is contained in:
commit
9a52a9ef25
14 changed files with 711 additions and 42 deletions
10
action.yml
10
action.yml
|
|
@ -15,8 +15,16 @@ inputs:
|
|||
description: If specified, run `pnpm install`
|
||||
required: false
|
||||
default: 'null'
|
||||
cache:
|
||||
description: Whether to cache the pnpm store directory
|
||||
required: false
|
||||
default: 'false'
|
||||
cache_dependency_path:
|
||||
description: File path to the pnpm lockfile, which contents hash will be used as a cache key
|
||||
required: false
|
||||
default: 'pnpm-lock.yaml'
|
||||
package_json_file:
|
||||
description: File path to the package.json to read "packageManager" configuration
|
||||
description: File path to the package.json to read "packageManager" configuration. This path must be relative to the repository root (GITHUB_WORKSPACE).
|
||||
required: false
|
||||
default: 'package.json'
|
||||
standalone:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue