diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26513af..2ccfbcda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 8.15.4 + PNPM_VERSION: 8.15.5 concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8eab0cf8..7f256b9b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ on: - main env: - PNPM_VERSION: 8.15.4 + PNPM_VERSION: 8.15.5 jobs: build-and-deploy: