diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f7e5361..0574937a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 8.10.2 + PNPM_VERSION: 8.10.3 concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/package.json b/package.json index aa3491bd..d2520e73 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ }, "volta": { "node": "18.18.2", - "pnpm": "8.10.2" + "pnpm": "8.10.3" } }