Merge remote-tracking branch 'origin/master' into update-node

This commit is contained in:
Zoltan Kochan 2026-02-17 13:26:46 +01:00
commit 9a52a9ef25
No known key found for this signature in database
GPG key ID: 649E4D4AF74E7DEC
14 changed files with 711 additions and 42 deletions

View file

@ -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: