From bcf28d95656dd6494576f3594ce92db4a2311afd Mon Sep 17 00:00:00 2001 From: ZeroLing Date: Wed, 13 Sep 2023 20:02:22 +0800 Subject: [PATCH] chore: update pnpm --- .github/workflows/auto-publisher.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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