Skip to content

Commit e0ca4ee

Browse files
committed
Update dependency node to v22
1 parent c2f36a1 commit e0ca4ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
2828
with:
29-
node-version: 18
29+
node-version: 22
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@v4
167167
with:
168-
node-version: 18
168+
node-version: 22
169169

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

0 commit comments

Comments
 (0)