Skip to content

Commit

Permalink
Use latest version of node.js to run yml2vocab.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 17, 2024
1 parent e253e98 commit ccd9498
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout/@v4
- name: Setup Node 18
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Generate vocabulary
run: |
npm install yml2vocab
npm info yml2vocab
npm install --verbose yml2vocab
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
rm -rf node_modules
- name: Setup Github Pages
Expand Down

0 comments on commit ccd9498

Please sign in to comment.