From 8fc697642ad80ba28e130527d3fadf5f7c489052 Mon Sep 17 00:00:00 2001 From: James Mead Date: Mon, 20 Jan 2025 11:40:49 +0000 Subject: [PATCH] Set registry-url in node-setup step --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c8ebc6eb8d5..1c8edf4839c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,6 +14,7 @@ permissions: pages: write # deploy to GitHub Pages issues: write # comment on released issues pull-requests: write # comment on released pull requests + packages: write # deploy to GitHub Packages jobs: ci-cd: @@ -28,6 +29,7 @@ jobs: with: cache: "npm" node-version-file: ".nvmrc" + registry-url: "https://npm.pkg.github.com" - name: Info run: | cat <