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

Begin development on v3.6.0 #1749

Closed
wants to merge 11 commits into from
Closed

Conversation

kevinxh
Copy link
Collaborator

@kevinxh kevinxh commented Apr 16, 2024

after releasing v3.5.0, this PR bumps the version for the next release.

During the release, we found out that the CI pipeline was broken due to a recent Node18/20 security patch.

child_process.spawnSync('npm.cmd') no longer works in the latest security patches, on Windows.

So we updated the instances to include {shell:true}, which appears to resolve this issue.

references -
https://discourse.nodered.org/t/not-starting-on-window-11-error-spawn-einval/87153
microsoft/rushstack#4636
node-red/node-red#4652 (comment)
nodejs/node#52475

* bump isomorphic sdk version

* fix param keys

* upgrade to 1.13.1
* bump version to 3.5.0 and update CHANGELOGs

* fix versions and changelogs

* fix lock file versions

* fix package version

* fix package version 2

* use npm on both win and mac platforms

* Revert "use npm on both win and mac platforms"

This reverts commit 63b402f.

* debug ci

* try shell:true

* more shell:true

* Update scripts/check-version.js

Signed-off-by: Kevin He <[email protected]>

---------

Signed-off-by: Kevin He <[email protected]>
@kevinxh kevinxh requested a review from a team as a code owner April 16, 2024 19:26
@alexvuong
Copy link
Collaborator

Please refer to #1753

@alexvuong alexvuong closed this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants