diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da49e64..edfa15e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: node-version: 18 cache: yarn + - name: Install yarn + run: npm i -g yarn + - name: Install dependencies run: yarn install @@ -44,6 +47,9 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn + - name: Install yarn + run: npm i -g yarn + - name: Install dependencies run: yarn install