fix(misc): bump ci-workflow generator to node 24 and current action majors - #36364
Merged
Conversation
…ajors ## Current Behavior ci-workflow templates pin node 20, checkout@v4, setup-node@v4. Generated output lags the docs. ## Expected Behavior - node 24, checkout@v7, setup-node@v6, setup-bun@v2, action-setup@v6 - pnpm fallback pins bumped to 11 (9.8.0 -> 11.13.0, pnpm@8 -> pnpm@11) across all providers - snapshots regenerated - CI doc snippets aligned to the same majors ## Related Issue(s) Fixes NXC-4676
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
View your CI Pipeline Execution ↗ for commit e9bb467
☁️ Nx Cloud last updated this comment at |
barbados-clemens
approved these changes
Jul 16, 2026
FrozenPandaz
approved these changes
Jul 16, 2026
FrozenPandaz
pushed a commit
that referenced
this pull request
Jul 20, 2026
…ajors (#36364) ## Current Behavior The `@nx/workspace:ci-workflow` templates pin node 20, `actions/checkout@v4`, and `actions/setup-node@v4`, so generated CI lags the documented example. ## Expected Behavior Generated CI uses node 24, `checkout@v7`, `setup-node@v6`, `setup-bun@v2`, `pnpm/action-setup@v6`, and pnpm 11 pins across all providers. CI doc snippets are aligned to the same majors. ## Related Issue(s) Fixes NXC-4676 <!-- polygraph-session-start --> --- [View session information ↗](https://snapshot.app.trypolygraph.com/orgs/69cdc268b6aa527e4129c2b4/sessions/nxc-4676-node-20-bump-b48c0a2d) <!-- polygraph-session-end --> (cherry picked from commit 07d3dfc)
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.
Current Behavior
The
@nx/workspace:ci-workflowtemplates pin node 20,actions/checkout@v4, andactions/setup-node@v4, so generated CI lags the documented example.Expected Behavior
Generated CI uses node 24,
checkout@v7,setup-node@v6,setup-bun@v2,pnpm/action-setup@v6, and pnpm 11 pins across all providers. CI doc snippets are aligned to the same majors.Related Issue(s)
Fixes NXC-4676
View session information ↗