Skip to content

Commit 38a45bf

Browse files
JohnMcLearclaude
andauthored
chore: align Node floor with Etherpad (>=24) (#966)
Etherpad has settled back on Node 24 as its minimum supported runtime (ether/etherpad#7781), so ueberDB's recent bump to >=25 (#961) is now ahead of its primary consumer. Lower `engines.node` and the CI runner back to 24 to keep the library in lock-step. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1b78f1b commit 38a45bf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 25
23+
node-version: 24
2424

2525
- name: Get pnpm store path
2626
id: pnpm-cache

.github/workflows/npmpublish.yml

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

2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 25
25+
node-version: 24
2626

2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v5
@@ -63,7 +63,7 @@ jobs:
6363

6464
- uses: actions/setup-node@v6
6565
with:
66-
node-version: 25
66+
node-version: 24
6767

6868
- name: Install pnpm
6969
uses: pnpm/action-setup@v5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@
155155
}
156156
],
157157
"engines": {
158-
"node": ">=25.0.0"
158+
"node": ">=24.0.0"
159159
}
160160
}

0 commit comments

Comments
 (0)