mirror of
https://github.com/pnpm/action-setup.git
synced 2026-03-10 08:31:44 +08:00
Compare commits
3 Commits
6f71a44c65
...
0acfab44e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0acfab44e0 | ||
|
|
77504a59bc | ||
|
|
4b568c8023 |
@ -1,7 +1,3 @@
|
||||
> ## :warning: Upgrade from v2!
|
||||
>
|
||||
> The v2 version of this action [has stopped working](https://github.com/pnpm/action-setup/issues/135) with newer Node.js versions. Please, upgrade to the latest version to fix any issues.
|
||||
|
||||
# Setup pnpm
|
||||
|
||||
Install pnpm package manager.
|
||||
@ -117,7 +113,7 @@ jobs:
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
run_install: |
|
||||
run_install:
|
||||
- recursive: true
|
||||
args: [--frozen-lockfile, --strict-peer-dependencies]
|
||||
- args: [--global, gulp, prettier, typescript]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user