Skip to content

Commit 639301c

Browse files
⬆️ Updates Node.js to v24
1 parent e6f2d46 commit 639301c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.1.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
@@ -68,7 +68,7 @@
6868
"access": "public"
6969
},
7070
"engines": {
71-
"node": ">= v8.17.0"
71+
"node": ">= 24.2.0"
7272
},
7373
"keywords": [
7474
"github-actions",

0 commit comments

Comments
 (0)