mirror of
https://github.com/pnpm/action-setup.git
synced 2026-07-08 17:43:45 +08:00
Compare commits
3 Commits
8aea7c7d41
...
fix-ci-mac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a77b769687 | ||
|
|
e94b270858 | ||
|
|
ee7b8711bd |
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user