From 838479415e8abf90f7c7d51ef03e5ac497c9f24a Mon Sep 17 00:00:00 2001 From: ienaga Date: Mon, 1 Dec 2025 08:50:35 +0900 Subject: [PATCH] update publish.yml --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3fd5888..33edb3a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,6 +14,8 @@ jobs: steps: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 + with: + node-version: 24 - run: npm install - run: npm run release - run: npm publish --access public