You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update Node.js version in GitHub Actions workflow
Changed the Node.js version from 22.x to 24.x in the publish workflow to ensure compatibility with the latest features and improvements.
chore: update npm publish command in workflow
Revised the GitHub Actions workflow for publishing to npm by updating the reference link and simplifying the npm publish command to remove provenance flag and NODE_AUTH_TOKEN environment variable.