1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-07-08 17:43:45 +08:00

Compare commits

..

4 Commits

Author SHA1 Message Date
khai96_
8aea7c7d41 chore(git): merge from master 2025-12-06 11:18:21 +07:00
khai96_
2502eaa221 style: no star imports 2025-12-06 11:17:32 +07:00
khai96_
f6cc97e7f4 style: format
* no semicolons
* no star imports
* import order
2025-12-06 11:09:20 +07:00
Jeremiasz Major
0bc9da32cd add pnpm store caching 2025-11-02 12:50:59 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -74,8 +74,8 @@ jobs:
fail-fast: false
matrix:
os:
# macos is excluded from this test because node 12 is no longer available on this platform
- ubuntu-latest
- macos-latest
- windows-latest
standalone:

View File

@@ -24,7 +24,7 @@ inputs:
required: false
default: 'pnpm-lock.yaml'
package_json_file:
description: File path to the package.json to read "packageManager" configuration. This path must be relative to the repository root (GITHUB_WORKSPACE).
description: File path to the package.json to read "packageManager" configuration
required: false
default: 'package.json'
standalone: