diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99af9c2..9d4bf34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: "lts/*" + cache: "yarn" + - name: Install dependencies + run: yarn install --frozen-lockfile - name: Download all artifacts uses: actions/download-artifact@v3 with: