chore: Remove node 20 from build matrix#6662
Merged
Merged
Conversation
5f87a30 to
2d6d63a
Compare
Co-authored-by: David Knaack <david.knaack@sap.com>
davidkna-sap
approved these changes
Jun 10, 2026
davidkna-sap
added a commit
that referenced
this pull request
Jun 10, 2026
* origin/main: chore: Remove node 20 from build matrix (#6662) chore(deps-dev): bump @types/node from 22.19.19 to 22.19.20 (#6660) chore(deps): bump bignumber.js from 11.1.2 to 11.1.3 (#6659) chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#6658) chore(deps): bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0 (#6657) Update dependabot.yml chore(deps): bump semver from 7.8.1 to 7.8.2 (#6656) chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#6649) chore(deps): bump @typescript-eslint/parser from 8.60.0 to 8.60.1 (#6654) chore(deps): bump typescript-eslint from 8.60.0 to 8.60.1 (#6651) chore(deps): bump memfs from 4.57.3 to 4.57.6 (#6655) chore(deps): bump axios from 1.16.1 to 1.17.0 (#6653) chore(deps): bump eslint-plugin-jsdoc from 63.0.0 to 63.0.1 (#6652) chore(deps): bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 (#6650) chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 (#6648) chore(deps): bump js-yaml from 4.1.1 to 4.2.0 (#6647) chore(deps): bump eslint-plugin-jsdoc from 62.9.0 to 63.0.0 (#6628)
davidkna-sap
added a commit
that referenced
this pull request
Jun 10, 2026
…-ts-shim * origin/main: chore: Remove node 20 from build matrix (#6662) chore(deps-dev): bump @types/node from 22.19.19 to 22.19.20 (#6660) chore(deps): bump bignumber.js from 11.1.2 to 11.1.3 (#6659) chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#6658) chore(deps): bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0 (#6657) Update dependabot.yml chore(deps): bump semver from 7.8.1 to 7.8.2 (#6656) chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#6649) chore(deps): bump @typescript-eslint/parser from 8.60.0 to 8.60.1 (#6654) chore(deps): bump typescript-eslint from 8.60.0 to 8.60.1 (#6651) chore(deps): bump memfs from 4.57.3 to 4.57.6 (#6655) chore(deps): bump axios from 1.16.1 to 1.17.0 (#6653) chore(deps): bump eslint-plugin-jsdoc from 63.0.0 to 63.0.1 (#6652) chore(deps): bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 (#6650) chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 (#6648)
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.
Node 20 reached EOL on 2026-04-30.
Remove it from the CI test matrix and declare the minimum supported version via the engines field.
Closes SAP/cloud-sdk-backlog#542.