Update README.md (#175)

fix the string run_install example
This commit is contained in:
Roman Usherenko
2025-12-05 16:32:46 +02:00
committed by GitHub
parent 41ff726559
commit 72f04517b7

View File

@@ -117,7 +117,7 @@ jobs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
with: with:
version: 10 version: 10
run_install: run_install: |
- recursive: true - recursive: true
args: [--strict-peer-dependencies] args: [--strict-peer-dependencies]
- args: [--global, gulp, prettier, typescript] - args: [--global, gulp, prettier, typescript]