Skip to content

Commit c560b0d

Browse files
authored
Bump node version to 22 (#297)
1 parent 4c9c860 commit c560b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish-antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: '18'
25+
node-version: '22'
2626

2727
- name: Install Antora
2828
run: npm i -g @antora/cli@3.1 @antora/site-generator@3.1
@@ -63,4 +63,4 @@ jobs:
6363

6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v4
66+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)