chore: update Node.js version to 24.x in publish workflow (#1682)

This commit is contained in:
typicode
2026-01-21 01:57:00 +01:00
committed by GitHub
parent 918080b8df
commit 81612f5978

View File

@@ -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