From fefe55ee002cf489188fb7802980e36a06dafa19 Mon Sep 17 00:00:00 2001 From: Charlie La Fosse Date: Thu, 9 Apr 2026 16:17:05 +0100 Subject: [PATCH] Upgrade to Node 22 Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e8eea1..0357112 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,6 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '20.x' + node-version: '22.x' - run: npm install - run: npm run test