From 870fbf333f80ae81b58b76a52202fe50686c7a09 Mon Sep 17 00:00:00 2001 From: Chenfeng Bao Date: Wed, 20 May 2026 15:31:57 -0400 Subject: [PATCH] remove registry-url from Brightspace/setup-node --- .github/workflows/build.yml | 1 - package.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7481e4d..ef464cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,6 @@ jobs: - uses: Brightspace/setup-node@main with: node-version: ${{ matrix.node }} - registry-url: 'https://registry.npmjs.org' - name: Install Dependencies run: npm install diff --git a/package.json b/package.json index b6b5f41..00985cc 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "LICENSE", "README.md" ], + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "scripts": { "check-style": "eslint --ignore-path .gitignore .", "start": "node ./",