Skip to content

Commit

Permalink
Set minimum node version to 22 for gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 17, 2024
1 parent ccd9498 commit 1ca047d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/checkout/@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Generate vocabulary
run: |
npm info yml2vocab
Expand Down

0 comments on commit 1ca047d

Please sign in to comment.