diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de9fedd4..17a5fe09 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,7 +35,7 @@ jobs: id: pnpm-install with: run_install: true - version: 9.15.9 + version: 11.24.0 - name: Get pnpm store directory id: pnpm-cache @@ -69,7 +69,7 @@ jobs: id: pnpm-install with: run_install: true - version: 9.15.9 + version: 11.24.0 - id: set-matrix run: | export MATRIX=$(pnpm -s m ls --depth -1 -F "./packages/**" --json | jq -c) @@ -150,7 +150,7 @@ jobs: id: pnpm-install with: run_install: true - version: 9.15.9 + version: 11.24.0 - name: Get pnpm store directory id: pnpm-cache