Skip to content
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

chore: update npm-publish action #173

Merged
merged 3 commits into from
Jun 5, 2023
Merged

Conversation

ojvribeiro
Copy link
Owner

The previous npm-publish GitHub Action was running the v12 of Node, which caused an error related to the nullish coalescing operator in a tsc.js file, thus causing the action to fail.

image

Using the npm-publish@v2 and setting the Node version to 16 solved the problem.

@ojvribeiro ojvribeiro added bug Something isn't working ci/cd This PR is related to CI/CD pipeline dev This is related to development enviroment of Vulmix labels Jun 5, 2023
@ojvribeiro ojvribeiro added this to the 0.6.1-beta milestone Jun 5, 2023
@ojvribeiro ojvribeiro self-assigned this Jun 5, 2023
@ojvribeiro ojvribeiro mentioned this pull request Jun 5, 2023
3 tasks
@ojvribeiro ojvribeiro merged commit f841fb4 into main Jun 5, 2023
@ojvribeiro ojvribeiro deleted the chore/update-npm-publish-action branch June 5, 2023 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci/cd This PR is related to CI/CD pipeline dev This is related to development enviroment of Vulmix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant