Skip to content

Commit 02804df

Browse files
⬆️ Updates Node.js to v24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df53245 commit 02804df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 {} \;

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: "12"
21+
node-version: "24"
2222

2323
- name: Lint markdown files
2424
run: |

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js environment
1818
uses: actions/setup-node@v2.1.4
1919
with:
20-
node-version: "12"
20+
node-version: "24"
2121

2222
- uses: actions/cache@v2.1.4
2323
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.16.0
1+
24.2.0

0 commit comments

Comments
 (0)