diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3db3491..a09d9cc 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.35.1 + PNPM_VERSION: 8.3.1 jobs: build-and-deploy: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1099396..3f43c55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 6.35.1 + PNPM_VERSION: 8.3.1 concurrency: group: ci-${{ github.head_ref || github.ref }}