diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ee7f59..08816d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - registry-uri: https://registry.npmjs.org + registry-url: https://registry.npmjs.org - name: update to latest npm run: npm i -g npm - name: install dependencies