Skip to content

Commit cf59796

Browse files
Merge pull request #284 from ben-zhang-at-salesforce/fix/npm-publish-tag-latest
fix: add explicit --tag latest to npm publish for Node 24+ compatibility
2 parents 134feb2 + 48d1c00 commit cf59796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# tag-specific publishing in this action, and Node 24+ will not allow you to
5959
# publish prerelease versions without an explicit tag.
6060
- name: Publish to NPM
61-
run: npm publish
61+
run: npm publish --tag latest
6262

6363
- name: Create and push git tag
6464
run: |

0 commit comments

Comments
 (0)