Skip to content

Commit e84def1

Browse files
committed
chore: fix ci error
1 parent ef6a6d7 commit e84def1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-types.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
node-version: 20
5555
cache: npm
56+
cache-dependency-path: pdfjs/package-lock.json
5657

5758
- name: Install dependencies
5859
run: npm install
@@ -77,7 +78,7 @@ jobs:
7778
if git diff --cached --quiet; then
7879
echo "✅ No changes to commit."
7980
else
80-
git commit -m "chore: update pdf.js types to commit ${{ needs.check.outputs.commit_hash }}"
81+
git commit -m "feat: update pdf.js types to commit ${{ needs.check.outputs.commit_hash }}"
8182
git push
8283
fi
8384

0 commit comments

Comments
 (0)