diff --git a/.github/workflows/build-js.yml b/.github/workflows/build-js.yml index a62ab9077..42cb07429 100644 --- a/.github/workflows/build-js.yml +++ b/.github/workflows/build-js.yml @@ -13,9 +13,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2 - with: - version: 9.0.6 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: node-version: 20 @@ -39,9 +37,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2 - with: - version: 9.0.6 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/cli-e2e.yml b/.github/workflows/cli-e2e.yml index f1413c4f7..c9d4692a7 100644 --- a/.github/workflows/cli-e2e.yml +++ b/.github/workflows/cli-e2e.yml @@ -25,8 +25,6 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v6 - with: - version: 10.33.0 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/cli-template-package-managers.yml b/.github/workflows/cli-template-package-managers.yml index cc99820c8..6d3ab9258 100644 --- a/.github/workflows/cli-template-package-managers.yml +++ b/.github/workflows/cli-template-package-managers.yml @@ -36,8 +36,6 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v6 - with: - version: 10.33.0 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/publish-npm-package.yml b/.github/workflows/publish-npm-package.yml index bce42ebd9..b6c861158 100644 --- a/.github/workflows/publish-npm-package.yml +++ b/.github/workflows/publish-npm-package.yml @@ -34,9 +34,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: pnpm/action-setup@v2 - with: - version: 9.15.4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/examples/harnesses/vercel-eve/package.json b/examples/harnesses/vercel-eve/package.json index 5b23692ca..133e3c496 100644 --- a/examples/harnesses/vercel-eve/package.json +++ b/examples/harnesses/vercel-eve/package.json @@ -1,6 +1,7 @@ { "name": "vercel-eve", "version": "0.0.0", + "private": true, "type": "module", "imports": { "#*": "./agent/*", diff --git a/package.json b/package.json index 7767536fc..44c5786e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,8 @@ { "name": "OpenUI", "version": "1.0.1", + "private": true, + "packageManager": "pnpm@10.33.0", "description": "A full-stack, renderer-agnostic Generative UI framework with a streaming-first language, official React support, and community integrations for other frameworks", "main": "index.js", "scripts": {