From 1d6c0f869369cbf57a3616cb12fe14fb9b9c0c8f Mon Sep 17 00:00:00 2001 From: Roman Usherenko Date: Tue, 19 Aug 2025 13:07:33 +0300 Subject: [PATCH] Update README.md 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 73212a4c..ac14256c 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]