Skip to content

Commit ccd9498

Browse files
committed
Use latest version of node.js to run yml2vocab.
1 parent e253e98 commit ccd9498

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/gh-pages.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout/@v4
28-
- name: Setup Node 18
28+
- name: Setup Node.js
2929
uses: actions/setup-node@v4
30-
with:
31-
node-version: 18
3230
- name: Generate vocabulary
3331
run: |
34-
npm install yml2vocab
32+
npm info yml2vocab
33+
npm install --verbose yml2vocab
3534
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
3635
rm -rf node_modules
3736
- name: Setup Github Pages

0 commit comments

Comments
 (0)