Skip to content

Commit fcbc20d

Browse files
authored
docs(nx-dev): correct sandbox mode availability to 22.6 (#35378)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 4bbd4b1 commit fcbc20d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro-docs/src/content/docs/features/CI Features/sandboxing.mdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Sandboxing is available on the [Nx Enterprise plan](https://nx.dev/enterprise).
2222
[Reach out to learn more](https://nx.dev/enterprise).
2323
{% /aside %}
2424

25-
{% aside type="caution" title="Nx 22.5+ Required" %}
26-
Task sandboxing requires Nx 22.5 or later.
25+
{% aside type="caution" title="Nx 22.6+ Required" %}
26+
Task sandboxing requires Nx 22.6 or later.
2727
{% /aside %}
2828

2929
## Why hermeticity matters

0 commit comments

Comments
 (0)