Skip to content

Commit 9621a0d

Browse files
committed
fix scaffold dependencies to use angular 18 and 19 and not 17 and 18
1 parent 96bb973 commit 9621a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scaffold-config/test/unit/detect.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ describe('detectFramework', () => {
147147
})
148148
})
149149

150-
;['17.2.0', '18.2.0'].forEach((v) => {
150+
;['18.2.0', '19.2.9'].forEach((v) => {
151151
it(`Angular CLI v${v}`, async () => {
152152
const projectPath = await scaffoldMigrationProject('angular-cli-unconfigured')
153153

0 commit comments

Comments
 (0)