diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d555695..8088421 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -6,7 +6,7 @@ on: - main env: - PNPM_VERSION: 6.32.24 + PNPM_VERSION: 7.3.0 jobs: build-and-deploy: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac96953..d994ca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 6.32.24 + PNPM_VERSION: 7.3.0 concurrency: group: ci-${{ github.head_ref || github.ref }}