diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 618a0399e7..e630b4d51a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,10 @@ jobs: node-version: '18' cache: 'yarn' cache-dependency-path: '**/yarn.lock' + + - name: Setup yarn + run: | + npm -g install yarn - name: Install go uses: actions/setup-go@v4