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

This commit is contained in:
Zoltan Kochan
2026-02-17 13:26:46 +01:00
14 changed files with 715 additions and 44 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: