Skip to content

fix: adapt install generator to libraries without project.json #714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/backwards-compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,8 @@ jobs:
- nx-version: '19.8.14'
node-version: 18

- nx-version: '18.3.5'
node-version: 20
- nx-version: '18.3.5'
node-version: 18

- nx-version: '17.3.2'
node-version: 20
- nx-version: '17.3.2'
node-version: 18

- nx-version: '16.10.0'
node-version: 20
- nx-version: '16.10.0'
node-version: 18

name: Backwards Compatibility Test
uses: ./.github/workflows/smoke-test-nx-workspace.yml
with:
nx-version: ${{matrix.nx-version}}
node-version: ${{matrix.node-version}}
verbose: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ For testing: Run through without making any changes. Execute with `--dry-run`, a

| Version | Nx Workspace Version |
| ------- | -------------------- |
| v8.5.0 | `>=16.x <21.x` |
| v9.0.0 | `>=19.x <21.x` |
| v8.4.0 | `>=16.x <20.x` |
| v8.2.0 | `>=16.x <19.x` |
| v8.1.0 | `>=16.x <18.x` |
Expand Down
54 changes: 0 additions & 54 deletions migrations.json

This file was deleted.

Loading
Loading