diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9d8744..07cfebd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: registry-url: "https://registry.npmjs.org" - uses: pnpm/action-setup@v2.0.1 with: - version: 6.0.2 + version: 6.9.1 - name: install deps run: pnpm install --frozen-lockfile diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aae281f..a9809f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: registry-url: "https://registry.npmjs.org" - uses: pnpm/action-setup@v2.0.1 with: - version: 6.0.2 + version: 6.9.1 - name: install deps run: pnpm install --frozen-lockfile