Skip to content

Commit

Permalink
not .1
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe committed Oct 24, 2023
1 parent e2d50ad commit eff3ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Coveo",
"description": "Coveo CLI",
"engines": {
"node": "^18.18.1 || ^20.9.1"
"node": "^18.18.1 || ^20.9.0"
},
"dependencies": {
"@amplitude/analytics-node": "^1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/src/commands/ui/create/angular.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Angular extends CLICommand {
* Requirements Based on https://angular.io/guide/setup-local
* and https://www.npmjs.com/package/@angular/cli package.json engines section.
*/
public static requiredNodeVersion = '^18.18.1 || ^20.9.1';
public static requiredNodeVersion = '^18.18.1 || ^20.9.0';
public static requiredNpmVersion = '^9.8.1 || ^10.1.0';
public static requiredNgVersion = '^15.0.0';

Expand Down

0 comments on commit eff3ec5

Please sign in to comment.