diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffc80e5..9dd025d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" - cache: "npm" - name: Install Dependencies run: npm ci