From 65a54186ae773927b8dd443372323df54827780f Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Tue, 7 Jan 2025 13:20:49 +0000 Subject: [PATCH] and node 22 while we're at it. --- .github/workflows/build-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index 1d3340943..7e2053133 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -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