We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd9498 commit 1ca047dCopy full SHA for 1ca047d
.github/workflows/gh-pages.yml
@@ -27,6 +27,8 @@ jobs:
27
uses: actions/checkout/@v4
28
- name: Setup Node.js
29
uses: actions/setup-node@v4
30
+ with:
31
+ node-version: 22
32
- name: Generate vocabulary
33
run: |
34
npm info yml2vocab
0 commit comments