fix: update markdown-it to v14.2.0

This commit is contained in:
2026-06-09 21:53:13 +02:00
parent 6e899aa899
commit 1385c4bd80
7 changed files with 665 additions and 618 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
- name: "Setup Node.js"
uses: "actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238" # v6.2.0
uses: "actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e" # v6.4.0
with:
node-version: "lts/*"
cache: "npm"