diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca655e9..27306ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: "lts/*" + - name: Install dependencies + run: npm clean-install - name: Download build artifacts uses: actions/download-artifact@v4 with: