Skip to content

Commit

Permalink
Merge pull request #137 from handrews/fix-wf
Browse files Browse the repository at this point in the history
  • Loading branch information
darrelmiller authored Jun 16, 2024
2 parents 970de14 + d6c0fd1 commit 19b5959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install respec -g
node-version: >=20.12.1
- run: npm install
- name: Generate Editors draft
shell: pwsh
run: ./scripts/Generate.ps1
Expand Down

0 comments on commit 19b5959

Please sign in to comment.