From f25cc6717a821e392ee7eccda981b665ca4a0c4d Mon Sep 17 00:00:00 2001 From: Aaron Diamond-Reivich Date: Thu, 18 Dec 2025 15:48:45 -0500 Subject: [PATCH] Bump node version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 376e72a1..981b93b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,7 @@ jobs: - name: Install node uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '24.x' cache: 'yarn' - name: Install dependencies