feat!: drop Node 20 test workaround#559
Merged
Merged
Conversation
Contributor
Author
|
this can go out with the engine bump |
reggi
previously approved these changes
May 5, 2026
BREAKING CHANGE: removes the test:node20 script and its dedicated CI step now that Node 20 is being deprecated.
… ^24.15.0 || >=26.0.0' BREAKING CHANGE: template-oss now supports node '^22.22.2 || ^24.15.0 || >=26.0.0'
08d9156 to
120b0e5
Compare
reggi
approved these changes
May 5, 2026
Merged
owlstronaut
pushed a commit
that referenced
this pull request
May 6, 2026
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.30.0...v5.0.0) (2026-05-06) ###⚠️ BREAKING CHANGES * template-oss now supports node '^22.22.2 || ^24.15.0 || >=26.0.0' * removes the test:node20 script and its dedicated CI step now that Node 20 is being deprecated. ### Features * [`383750c`](383750c) [#561](#561) adds triage team as codeowner (@owlstronaut) * [`5058988`](5058988) [#559](#559) This PR updates the Node.js engine requirement to '^22.22.2 || ^24.15.0 || >=26.0.0' (@owlstronaut) * [`d5c369d`](d5c369d) [#559](#559) drop Node 20 test workaround (@owlstronaut) ### Bug Fixes * [`bf52d85`](bf52d85) [#558](#558) bump actions to latest (@owlstronaut) * [`394518c`](394518c) [#557](#557) skip npm update on node 22 (#557) (@owlstronaut) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: removes the test:node20 script and its dedicated CI step now that Node 20 is being deprecated.