Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/links-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# See: https://github.com/lycheeverse/lychee-action/issues/17
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@9ace499fe66cee282a29eaa628fdac2c72fa087f
uses: lycheeverse/lychee-action@ec3ed119d4f44ad2673a7232460dc7dff59d2421
with:
fail: true
# As external links behaviour is not predictable, we check only internal links
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@fastify/pre-commit": "^2.0.2",
"@sinclair/typebox": "^0.25.2",
"@sinonjs/fake-timers": "^10.0.0",
"@types/node": "^18.7.18",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"ajv": "^8.11.0",
Expand Down Expand Up @@ -171,7 +171,7 @@
"split2": "^4.1.0",
"standard": "^17.0.0",
"tap": "^16.3.0",
"tsd": "^0.26.0",
"tsd": "^0.28.1",
"typescript": "^4.8.3",
"undici": "^5.10.0",
"vary": "^1.1.2",
Expand Down