From 7cf750975426f156c37c58819758fc2203910325 Mon Sep 17 00:00:00 2001 From: Heihokon <100681461+Heihokon@users.noreply.github.com> Date: Thu, 29 Jan 2026 09:38:15 -0600 Subject: [PATCH] Remove registry URL from npm workflow Remove registry URL from Node.js setup step. --- .github/workflows/npm-cd-latest.yml | 1 - 1 file changed, 1 deletion(-) 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