From 2d669627eb048604d2737b0b489a26fd528ff4e9 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 21 Feb 2023 09:20:41 +0100 Subject: [PATCH] fix pr workflow --- .../.github/workflows/pr-first-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml b/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml index f3573ade2c..209d401e31 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/pr-first-response.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Install dependencies run: | - npm install node-fetch@2 + npm install node-fetch - name: Fetch random comment 🗣️ and add it to the PR uses: actions/github-script@v6 with: