From 72f04517b7dbf772394a70a3066a5fd9811b0491 Mon Sep 17 00:00:00 2001 From: Roman Usherenko Date: Fri, 5 Dec 2025 16:32:46 +0200 Subject: [PATCH] Update README.md (#175) fix the string run_install example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73212a4..ac14256 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ jobs: - uses: pnpm/action-setup@v4 with: version: 10 - run_install: + run_install: | - recursive: true args: [--strict-peer-dependencies] - args: [--global, gulp, prettier, typescript]