Skip to content

Commit b5776c9

Browse files
committed
Installing md-to-pdf globally
1 parent fa69339 commit b5776c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 17.x
2121
- name: Install dependencies
22-
run: sudo npm i [email protected]
22+
run: sudo npm install -g [email protected]
2323
- name: Convert markdown to pdf
2424
run: |
2525
sudo chmod +x ./.github/workflows/md_to_pdf.sh

0 commit comments

Comments
 (0)