diff --git a/.github/workflows/npm-cd-latest.yml b/.github/workflows/npm-cd-latest.yml index 70eb27c..57f7c88 100644 --- a/.github/workflows/npm-cd-latest.yml +++ b/.github/workflows/npm-cd-latest.yml @@ -21,7 +21,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '23.x' - registry-url: 'https://registry.npmjs.org' cache: "yarn" cache-dependency-path: yarn.lock - name: Install modules