Skip to content

Commit 80509fe

Browse files
Update dependency node to v24
1 parent 8f70651 commit 80509fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/housekeeping.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v6
1919
name: Setup node
2020
with:
21-
node-version: "22"
21+
node-version: "24"
2222
- run: npm install -g markdownlint-cli2
2323
name: Install markdownlint-cli2
2424
- run: markdownlint-cli2 --config ".markdownlint-cli2.jsonc" "**/*.md"
@@ -30,6 +30,6 @@ jobs:
3030
- uses: actions/setup-node@v6
3131
name: Run spell check
3232
with:
33-
node-version: "22"
33+
node-version: "24"
3434
- run: npm install -g cspell
3535
- run: cspell --config ./cSpell.json --no-progress "**/*.md"

0 commit comments

Comments
 (0)