Skip to content

Commit 1ca047d

Browse files
committed
Set minimum node version to 22 for gh-pages.
1 parent ccd9498 commit 1ca047d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/checkout/@v4
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v4
30+
with:
31+
node-version: 22
3032
- name: Generate vocabulary
3133
run: |
3234
npm info yml2vocab

0 commit comments

Comments
 (0)