Skip to content

Commit

Permalink
and node 22 while we're at it.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Jan 7, 2025
1 parent b3a65a6 commit 65a5418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-node@v4
name: Setup node
with:
node-version: "18"
node-version: "22"
- run: npm install -g cspell
name: Install cSpell
- run: cspell --config ./cSpell.json "docs/**/*.md" --no-progress
Expand Down

0 comments on commit 65a5418

Please sign in to comment.