From 5318f3fb501fc4efd8a303481b2942b2f1f0b9d8 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 21 Nov 2024 13:19:50 -0500 Subject: [PATCH] CI] Install packages before running fix:text (#5663) --- .github/workflows/pr-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-actions.yml b/.github/workflows/pr-actions.yml index a0ace66b4da5..0917cd66f6bb 100644 --- a/.github/workflows/pr-actions.yml +++ b/.github/workflows/pr-actions.yml @@ -69,7 +69,7 @@ jobs: - run: | case $PR_ACTION in - all|refcache) + all|refcache|text) npm install --omit=optional ;& *)