Skip to content

Commit e4123b6

Browse files
committed
update node version and pnpm version for prod fix
1 parent c2db247 commit e4123b6

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/workflows/changesets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
- uses: pnpm/action-setup@v4
1919
with:
20-
version: 9.15.4
20+
version: 10.33.0
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: "20"
24+
node-version: "24"
2525
cache: "pnpm"
2626

2727
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
- uses: pnpm/action-setup@v5.0.0
2525
with:
26-
version: 9.15.4
26+
version: 10.33.0
2727

2828
- uses: actions/setup-node@v4.0.4
2929
with:
30-
node-version: "20"
30+
node-version: "24"
3131
cache: "pnpm"
3232

3333
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
- uses: pnpm/action-setup@v4
1818
with:
19-
version: 9.15.4
19+
version: 10.33.0
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: "20"
23+
node-version: "24"
2424
cache: "pnpm"
2525
registry-url: "https://registry.npmjs.org"
2626

.github/workflows/registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919

2020
- uses: pnpm/action-setup@v5.0.0
2121
with:
22-
version: 9.15.4
22+
version: 10.33.0
2323

2424
- uses: actions/setup-node@v4.0.4
2525
with:
26-
node-version: "20"
26+
node-version: "24"
2727
cache: "pnpm"
2828

2929
- name: Install dependencies

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Requirements
44

5-
- Node.js 18 or higher
6-
- pnpm 8.12.1`npm install -g pnpm@8.12.1`
5+
- Node.js 24 LTS (recommended)
6+
- pnpm 10.33.0`npm install -g pnpm@10.33.0`
77

88
## Quick Start
99

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
UniqueUI is a monorepo for an animated React component library built on a copy-paste model (similar to shadcn/ui). Users install components via `npx uniqueui add <component>` rather than importing a package.
88

9-
**Package manager**: pnpm 8.12.1 with workspaces (`pnpm-workspace.yaml`)
9+
**Package manager**: pnpm 10.33.0 with workspaces (`pnpm-workspace.yaml`)
1010

1111
**Workspaces**:
1212
- `apps/www` — Next.js 16 showcase/docs site

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Prerequisites
44

5-
- Node.js 18 or higher
6-
- pnpm 8.12.1`npm install -g pnpm@8.12.1`
5+
- Node.js 24 LTS (recommended)
6+
- pnpm 10.33.0`npm install -g pnpm@10.33.0`
77
- Git
88

99
## Local Setup

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"vitest-fetch-mock": "^0.4.5"
4444
},
4545
"engines": {
46-
"node": "20.x"
46+
"node": "24.x"
4747
},
48-
"packageManager": "pnpm@9.15.4",
48+
"packageManager": "pnpm@10.33.0",
4949
"dependencies": {
5050
"motion": "^12.26.0"
5151
}

0 commit comments

Comments
 (0)