We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38470cb commit 4d0947aCopy full SHA for 4d0947a
packages/angular/cli/src/utilities/package-manager.ts
@@ -234,7 +234,7 @@ export class PackageManagerUtils {
234
}).trim();
235
236
if (name === PackageManager.Deno) {
237
- // Deno CLI outputs "deno 2.4.4"
+ // Deno CLI outputs "deno 2.5.6"
238
return version.replace('deno ', '');
239
}
240
tests/legacy-cli/e2e/setup/100-global-cli.ts
@@ -7,7 +7,7 @@ const PACKAGE_MANAGER_VERSION = {
7
'yarn': '1.22.22',
8
'pnpm': '10.17.1',
9
'bun': '1.3.2',
10
- 'deno': '2.4.4',
+ 'deno': '2.5.6',
11
};
12
13
export default async function() {
0 commit comments