Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js 20.x
uses: actions/setup-node@v6
with:
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: windows-latest
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Use Node.js 20.x
uses: actions/setup-node@v6
with:
Expand All @@ -47,7 +47,7 @@ jobs:
pull-requests: write
id-token: write # needed for npm trusted publishers with OIDC
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
persist-credentials: false
- name: Use Node.js 24.x
Expand Down
79 changes: 74 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ferrum": "1.9.4",
"fs-extra": "11.3.5",
"github-slugger": "2.0.0",
"js-yaml": "4.2.0",
"js-yaml": "5.1.0",
"json-schema": "^0.4.0",
"mdast-builder": "1.1.1",
"mdast-util-to-string": "4.0.0",
Expand Down
Loading