diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c25707..5214937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,6 @@ jobs: steps: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v5 - with: - version: 10 - uses: actions/setup-node@v6 with: node-version: "24" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a11911..59424b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,6 @@ jobs: with: persist-credentials: false - uses: pnpm/action-setup@v5 - with: - version: 10 - uses: actions/setup-node@v6 with: node-version: "24" diff --git a/package.json b/package.json index 3eeb3a2..5d64fa1 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "lint": "biome lint .", "check": "biome check --write ." }, + "packageManager": "pnpm@10.34.5", "engines": { "node": ">=24.0.0" },