diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6c02b0..24688bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,9 +23,6 @@ jobs: cache: npm registry-url: https://registry.npmjs.org - - name: Update npm - run: npm install -g npm@latest - - name: Install dependencies run: npm ci