chore(ci): update the node versions that we are testing to fix failin… - #3364
Merged
Conversation
🦋 Changeset detectedLatest commit: a808fb2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: e5680f77c92c77cabf29149e |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
briannafugate408
marked this pull request as ready for review
December 18, 2025 22:00
dariuszkuc
approved these changes
Dec 18, 2025
duckki
approved these changes
Dec 18, 2025
…9 step. we will use the default version of npm on each node image.
- Also, requires npm version "<12", bumped from "<11".
briannafugate408
force-pushed
the
ATLAS-19
branch
from
December 18, 2025 22:55
57b2742 to
2856f89
Compare
This was referenced Dec 19, 2025
benjamn
pushed a commit
that referenced
this pull request
Dec 19, 2025
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ `next` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `next`.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ # Releases ## @apollo/composition@2.13.0-preview.2 ### Minor Changes - - Drop Node.js 14/16 support, require Node.js 18+ ([#3364](#3364)) ### Patch Changes - Updated dependencies \[[`f4d2f4a1f50a92be37ea7179eddb3681f36d9d15`](f4d2f4a), [`ecbe182423313b3a94c185dee6b659573435b141`](ecbe182)]: - @apollo/query-graphs@2.13.0-preview.2 - @apollo/federation-internals@2.13.0-preview.2 ## @apollo/gateway@2.13.0-preview.2 ### Minor Changes - - Drop Node.js 14/16 support, require Node.js 18+ ([#3364](#3364)) ### Patch Changes - Updated dependencies \[[`f4d2f4a1f50a92be37ea7179eddb3681f36d9d15`](f4d2f4a), [`ecbe182423313b3a94c185dee6b659573435b141`](ecbe182)]: - @apollo/query-planner@2.13.0-preview.2 - @apollo/composition@2.13.0-preview.2 - @apollo/federation-internals@2.13.0-preview.2 ## @apollo/federation-internals@2.13.0-preview.2 ### Minor Changes - - Drop Node.js 14/16 support, require Node.js 18+ ([#3364](#3364)) ### Patch Changes - Allow connect/v0.4 in ROUTER_SUPPORTED_SUPERGRAPH_FEATURES. ([#3366](#3366)) ## @apollo/query-graphs@2.13.0-preview.2 ### Minor Changes - - Drop Node.js 14/16 support, require Node.js 18+ ([#3364](#3364)) ### Patch Changes - Updated dependencies \[[`f4d2f4a1f50a92be37ea7179eddb3681f36d9d15`](f4d2f4a), [`ecbe182423313b3a94c185dee6b659573435b141`](ecbe182)]: - @apollo/federation-internals@2.13.0-preview.2 ## @apollo/query-planner@2.13.0-preview.2 ### Minor Changes - - Drop Node.js 14/16 support, require Node.js 18+ ([#3364](#3364)) ### Patch Changes - Updated dependencies \[[`f4d2f4a1f50a92be37ea7179eddb3681f36d9d15`](f4d2f4a), [`ecbe182423313b3a94c185dee6b659573435b141`](ecbe182)]: - @apollo/query-graphs@2.13.0-preview.2 - @apollo/federation-internals@2.13.0-preview.2 ## @apollo/subgraph@2.13.0-preview.2 ### Minor Changes - - Drop Node.js 14/16 support, require Node.js 18+ ([#3364](#3364)) ### Patch Changes - Updated dependencies \[[`f4d2f4a1f50a92be37ea7179eddb3681f36d9d15`](f4d2f4a), [`ecbe182423313b3a94c185dee6b659573435b141`](ecbe182)]: - @apollo/federation-internals@2.13.0-preview.2 ## apollo-federation-integration-testsuite@2.13.0-preview.2 ### Minor Changes - - Drop Node.js 14/16 support, require Node.js 18+ ([#3364](#3364)) 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.
There are multiple PRs that are failing when we try to update dependencies and it's because tests running in our CI against old node versions. This PR aims to fix that by removing the failing versions 14 and 16 and adding 24.