From c5a2f8abba5c2666d073dc14886246bf73176332 Mon Sep 17 00:00:00 2001 From: Torgny Bjers Date: Wed, 24 Jun 2026 19:47:52 -0400 Subject: [PATCH] Bump Node.js to 22 in deploy-dashboard workflow wrangler 4 and miniflare 4 require Node >=22; running on Node 20 produces EBADENGINE warnings during npm ci. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/deploy-dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-dashboard.yml b/.github/workflows/deploy-dashboard.yml index 429e012..5bfb392 100644 --- a/.github/workflows/deploy-dashboard.yml +++ b/.github/workflows/deploy-dashboard.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: '20' + node-version: '22' cache: npm cache-dependency-path: dashboard/package-lock.json