Skip to content

Commit 35a19ae

Browse files
ci: explicitly install NPM CLI in the release workflow (#49)
1 parent 52c5425 commit 35a19ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
yarn install --frozen-lockfile
3232
yarn build
3333
34+
- name: Install npm CLI
35+
run: yarn global add npm
36+
3437
- name: Prepare Lingui-Bot git account
3538
uses: oleksiyrudenko/gha-git-credentials@v2-latest
3639
with:

0 commit comments

Comments
 (0)