From 622a1974087f03545b5e91c8625b46874e82e4df Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Tue, 5 Nov 2024 21:48:59 -0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 169d32a..a8ca29c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - cache: yarn + registry-url: 'https://registry.npmjs.org' + cache: 'yarn' - run: yarn --frozen-lockfile - run: yarn test - run: npm publish