Skip to content

Commit 979f6b6

Browse files
committed
Update dependency node to v24
1 parent d1eeb22 commit 979f6b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/antora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Node.js
2727
uses: actions/setup-node@v5
2828
with:
29-
node-version: 22
29+
node-version: 24
3030

3131
- name: Install Antora and the Antora Lunr Extension
3232
run: npm i antora @antora/lunr-extension

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: Install Node.js
166166
uses: actions/setup-node@v5
167167
with:
168-
node-version: 22
168+
node-version: 24
169169

170170
- name: Install Antora and the Antora Lunr Extension
171171
run: npm i antora @antora/lunr-extension

0 commit comments

Comments
 (0)