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