Skip to content

Commit 2d57a2d

Browse files
author
Akash Satheesan
committed
chore(ci): install yarn with npm
1 parent 022a339 commit 2d57a2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ jobs:
149149
./ci/steps/nfpm.sh -b ~/.local/bin v2.3.1
150150
echo "$HOME/.local/bin" >> $GITHUB_PATH
151151
152+
# NOTE: ubuntu-arm64-latest does not include yarn
153+
- name: Install yarn
154+
run: sudo npm install -g yarn
155+
152156
- name: Download npm package
153157
uses: actions/download-artifact@v2
154158
with:

0 commit comments

Comments
 (0)