From db1b5ddb0d9f6a1546a34e0c64c61b24c5ccde9a Mon Sep 17 00:00:00 2001 From: Craigory Coppola Date: Mon, 1 May 2023 10:07:29 -0400 Subject: [PATCH] fix(repo): local registry is not available during issue-notifier script (#16669) --- .github/workflows/issue-notifier.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/issue-notifier.yml b/.github/workflows/issue-notifier.yml index 0f0013b3ca..870b5d83cd 100644 --- a/.github/workflows/issue-notifier.yml +++ b/.github/workflows/issue-notifier.yml @@ -27,7 +27,6 @@ jobs: with: node-version: '18' cache: 'pnpm' - registry-url: http://localhost:4872 - name: Cache node_modules id: cache-modules