Skip to content

Commit

Permalink
Add Node.js installation step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxontech committed Mar 17, 2024
1 parent 4f88f64 commit f9ce032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '14'

- name: Run parse-readme.js
run: node docs/parse-readme.js

Expand Down

0 comments on commit f9ce032

Please sign in to comment.