Skip to content

Commit 7d0b21b

Browse files
committed
Installing md-to-pdf without sudo
1 parent b5776c9 commit 7d0b21b

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 install -g md-to-pdf@5.1.0
22+
run: npm install -g md-to-pdf
2323
- name: Convert markdown to pdf
2424
run: |
2525
sudo chmod +x ./.github/workflows/md_to_pdf.sh

0 commit comments

Comments
 (0)