From 2e08ffd3c758efe839807b6abd08fd4ce7e382ad Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Fri, 19 Dec 2025 22:31:59 +0900 Subject: [PATCH] fix(ci): upgrade to Node.js 24 for npm trusted publishing npm trusted publishing requires npm CLI 11.5.1+. Node.js 22 ships with npm 10.x, Node.js 24 ships with npm 11.x. --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0209c2e..1a19373 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' registry-url: 'https://registry.npmjs.org' - uses: actions/cache@v4