diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 668cc0a..1913f74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: node-version: 20 @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: node-version: 20 @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: - version: 10.30.3 + version: 11.5.3 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/package.json b/package.json index 7535117..9b736cd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "turbo": "^2.8.13", "typescript": "^6.0.2" }, - "packageManager": "pnpm@10.30.3", + "packageManager": "pnpm@11.5.3", "engines": { "node": ">=20" },