Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Node version in release workflow (#633)
## Summary This PR updates the minimum Node version to 22 and is a follow-up from #631. The dependencies that we use to publish the build artifacts bumped the minimum version of Node to 20. I've bumped it to 22 as that's the minimum active LTS version right now. Along with the node version bump, this PR also updates the said dependencies (`ovsx` and `vsce`) to the latest version which requires a minimum node version of 20. ## Test Plan When I perform the next release :)
- Loading branch information