-
Notifications
You must be signed in to change notification settings - Fork 0
Add workflow for Typescript release #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Minimum allowed coverage is Generated by 🐒 cobertura-action against d85b690 |
Not important for the current use cases, but if we add |
# Need newer npm to use Trusted Publishing | ||
- name: Use newer npm version | ||
run: | | ||
sudo npm install -g npm@11.6.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't just sudo npm install
be better? Shouldn't that always install at least 11.6.1?
First attempt at a typescript release workflow. I'll iterate on it when doing the next ironnode release.