diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3056e1d..73a86a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,12 +19,6 @@ jobs: with: node-version: "16.x" - - name: Update npm - run: npm install -g npm@latest - - - name: Clear npm cache - run: npm cache clean -f - - name: Build id: build run: |