fix publish workflow to use node 24 (Support OIDC publish) (#56)

This commit is contained in:
tequ
2026-05-26 11:42:36 +09:00
committed by GitHub
parent 4918e914c5
commit c70e4c1eee

View File

@@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: "20"
node-version: "24"
registry-url: https://registry.npmjs.org
package-manager-cache: false