ci: update npm publish workflow to use Node.js 22 and set registry URL

This commit is contained in:
Huakun Shen 2025-01-14 03:42:53 -05:00
parent 48b7dff528
commit 0cad563cdd
No known key found for this signature in database

View File

@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
with:
version: latest