Merge pull request 'develop to main' (#26) from develop into main
All checks were successful
Main / build-deploy (push) Successful in 47s

Reviewed-on: #26
This commit is contained in:
Stephan Hadan 2025-12-23 22:29:00 +01:00
commit 65c4703b41
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: 22 node-version: 22
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'

View file

@ -11,7 +11,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: 22 node-version: 22
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'

View file

@ -36,7 +36,7 @@
}, },
"devDependencies": { "devDependencies": {
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"idoc": "^1.34.1", "idoc": "^1.34.4",
"remark": "^15.0.1", "remark": "^15.0.1",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"to-vfile": "^8.0.0" "to-vfile": "^8.0.0"