diff --git a/.github/workflows/auto-publisher.yml b/.github/workflows/auto-publisher.yml index cbf38aac..efaa0010 100644 --- a/.github/workflows/auto-publisher.yml +++ b/.github/workflows/auto-publisher.yml @@ -16,7 +16,7 @@ jobs: registry-url: https://registry.npmjs.com/ - uses: pnpm/action-setup@v2 with: - version: latest + version: 8 - run: npm run setup - run: | npm config set //registry.npmjs.com/:_authToken=$NODE_AUTH_TOKEN diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8cd6231..5655dc33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: registry-url: https://registry.npmjs.com/ - uses: pnpm/action-setup@v2 with: - version: latest + version: 8 - run: npm run setup - run: npm run build - run: npm run lint