Skip to content

Commit 29d9a0b

Browse files
⬆️ Updates Node.js to v24
1 parent 5c44c7e commit 29d9a0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- uses: actions/setup-node@v2.1.4
2424
with:
25-
node-version: 12.x
25+
node-version: 24.2.0
2626

2727
- run: npm install -g markdown-link-check
2828
- run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"access": "public"
6868
},
6969
"engines": {
70-
"node": ">= 8.0.0"
70+
"node": ">= 24.3.0"
7171
},
7272
"keywords": [
7373
"github-actions",

0 commit comments

Comments
 (0)