Skip to content

Commit ba1c78b

Browse files
JohnMcLearCopilot
andauthored
ci: allow Node 22+ in workflows (#16)
* ci: allow Node 22+ in workflows Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ci: pin workflows to Node 25 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b0cef9b commit ba1c78b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/etherpad-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-node@v6
5252
with:
53-
node-version: 22
53+
node-version: 25
5454
cache: pnpm
5555
cache-dependency-path: etherpad/pnpm-lock.yaml
5656

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# OIDC trusted publishing needs npm >= 11.5.1, which requires
2424
# Node >= 20.17.0. setup-node's `20` resolves to the latest
2525
# 20.x, which satisfies that.
26-
node-version: 20
26+
node-version: 25
2727
registry-url: https://registry.npmjs.org/
2828
- name: Upgrade npm to >=11.5.1 (required for trusted publishing)
2929
run: npm install -g npm@latest

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 20
15+
node-version: 25
1616
- uses: pnpm/action-setup@v6
1717
with:
1818
# No `version:` — defer to packageManager in package.json.

0 commit comments

Comments
 (0)