Skip to content

Commit

Permalink
Update npm install command in markdown.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxontech committed Mar 17, 2024
1 parent 1043461 commit 0a7bd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js
uses: npm install
run: npm install

- name: Run parse-readme.js
run: echo "Hello World"
Expand Down

0 comments on commit 0a7bd4a

Please sign in to comment.