diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index b80eced8..a28e572a 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v6 name: Setup node with: - node-version: "22" + node-version: "24" - run: npm install -g markdownlint-cli2 name: Install markdownlint-cli2 - run: markdownlint-cli2 --config ".markdownlint-cli2.jsonc" "**/*.md" @@ -30,6 +30,6 @@ jobs: - uses: actions/setup-node@v6 name: Run spell check with: - node-version: "22" + node-version: "24" - run: npm install -g cspell - run: cspell --config ./cSpell.json --no-progress "**/*.md"