From fa1b446670dd4471a5b9d4dc0f77423dd643be43 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 17 Sep 2025 10:20:06 +0300 Subject: [PATCH] ci: explicitly install NPM CLI in the release workflow --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1126e34..d5d9c48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,9 @@ jobs: yarn install --frozen-lockfile yarn build + - name: Install npm CLI + run: yarn global add npm + - name: Prepare Lingui-Bot git account uses: oleksiyrudenko/gha-git-credentials@v2-latest with: