From 7bd39feec38b5b145dba9b40b5cb2735c79882b7 Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Fri, 13 Jan 2023 15:26:39 -0500 Subject: [PATCH] Try adding the registry --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d9f8da..3a01fbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18.x + registry-url: https://registry.npmjs.org/ - run: npm ci