diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 80637cf3..8ab05ad4 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -18,8 +18,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 24 - registry-url: https://registry.npmjs.org/ - - run: npm install -g npm@latest - run: npm ci env: HUSKY_SKIP_INSTALL: true