diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e63123..48deba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 10.5.2 - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e54d427..daf4945 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -33,8 +33,6 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 10.19.0 - uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index 18ca2e7..b6ef4b5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "engines": { "node": ">=18.18.0" }, - "packageManager": "pnpm@10.5.2", + "packageManager": "pnpm@10.19.0", "scripts": { "build": "pnpm -r --filter \"./packages/*\" run build", "typecheck": "pnpm --filter @ambosstech/core run build && pnpm -r --filter \"./packages/*\" run typecheck",