Skip to content

Commit 604b1d6

Browse files
frano-mclaude
andcommitted
docs: update node version refs to 22.13.0 (#932)
Sync README, CLAUDE.md, and trusted-publishing doc with the bumped node pin. CHANGELOG entries left as historical record. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 72beca6 commit 604b1d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a TypeScript library package (`@databiosphere/findable-ui`) that provide
88

99
**Key Facts:**
1010

11-
- **Node Version:** 22.12.0 (enforced by package.json)
11+
- **Node Version:** 22.13.0 (enforced by package.json)
1212
- **UI Framework:** React 19 with Material-UI v7 and Emotion for styling
1313
- **Build System:** TypeScript compiler (`tsc`) with strict mode enabled
1414
- **Import Pattern:** External apps import as `@databiosphere/findable-ui/lib/<path>`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use `scripts/link.sh` to build and install a local copy of findable-ui
1414
into a consuming project (e.g. ncpi-dataset-catalog, data-browser):
1515

1616
1. Clone this repository into the same parent folder as the consuming app.
17-
2. Set `node` version to `22.12.0`.
17+
2. Set `node` version to `22.13.0`.
1818
3. Run `npm install` in both repositories.
1919
4. From the consuming project directory:
2020
```bash

docs/TRUSTED_PUBLISHING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `id-token: write` permission enables the workflow to request OIDC tokens fro
2828
```yaml
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: "22.12.0"
31+
node-version: "22.13.0"
3232
registry-url: "https://registry.npmjs.org"
3333
always-auth: true # Enable authentication for trusted publishing
3434
```

0 commit comments

Comments
 (0)