Skip to content

Commit e5501c0

Browse files
⬆️ Updates node to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b946ad8 commit e5501c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.x
2626

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

0 commit comments

Comments
 (0)