diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 2e25faf..60df308 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -9,10 +9,6 @@ runs: with: node-version-file: .nvmrc - - name: Update npm to latest version - run: npm install -g npm@latest - shell: bash - - name: Cache dependencies id: yarn-cache uses: actions/cache@v4