diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 029c04e2f..05f0c7cf5 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -28,9 +28,10 @@ jobs: fetch-depth: 0 - name: setup node.js - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v2 with: node-version: 14 + registry-url: https://registry.verdaccio.org - name: install pnpm run: npm i pnpm@latest -g diff --git a/.npmrc b/.npmrc index 5a111e689..5e1598a6d 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,5 @@ always-auth = true recursive-install = true -registry = https://registry.verdaccio.org/ +registry = https://registry.verdaccio.org loglevel=info //registry.verdaccio.org/:_authToken=$NPM_TOKEN