From 25fa7b535f2dfadfdbf972322549129b8cb9828e Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 15 Jan 2026 09:36:16 -0800 Subject: [PATCH] Update Node.js version to 24 in publish workflow --- .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 a2f5879..d181041 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 registry-url: https://registry.npmjs.org/ cache: npm - run: npm ci