From ce20add9e88fbfdb304d867ebbd8d29d18ce0025 Mon Sep 17 00:00:00 2001 From: sjsjsj1246 Date: Wed, 25 Mar 2026 17:16:35 +0900 Subject: [PATCH] =?UTF-8?q?[-]:=20publish=20=EB=9F=B0=ED=83=80=EC=9E=84=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c34241..bcec289 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,15 +21,21 @@ jobs: with: version: 10.12.4 - - name: Use Node.js 22 + - name: Use Node.js 22.14 uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.14.0 cache: pnpm registry-url: https://registry.npmjs.org - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Upgrade npm for trusted publishing + run: npm install -g npm@latest + + - name: Print runtime versions + run: node -v && npm -v + - name: Publish current main release run: pnpm release