From 81612f59784d41dd21b2f4fd1c2b47ef92ee916f Mon Sep 17 00:00:00 2001 From: typicode Date: Wed, 21 Jan 2026 01:57:00 +0100 Subject: [PATCH] chore: update Node.js version to 24.x in publish workflow (#1682) --- .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 72f5e12..400ad7e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: version: 10 - uses: actions/setup-node@v6 with: - node-version: "22.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - run: pnpm install - run: pnpm publish --provenance --access public --no-git-checks