Skip to content

Commit fa69339

Browse files
committed
Added explicit version to md-to-pdf installation
1 parent 7e9e7aa commit fa69339

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

0 commit comments

Comments
 (0)