diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edbb82b..91c506d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,6 +24,7 @@ jobs: with: node-version: 18 cache: npm + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci