From 5ce8da6b1ad80c0c265cd00075a285f939e1d569 Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 18 Sep 2026 15:06:44 -0400 Subject: [PATCH] ci: publish npm package with Node 24 --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 64a871a..799af92 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -89,7 +89,7 @@ jobs: - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: "20" + node-version: "24" registry-url: https://registry.npmjs.org - name: Refuse runtime dependencies