Skip to content

Commit

Permalink
yolo update ng
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Feb 13, 2024
1 parent 2d388f3 commit 8c6338a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli-e2e/entrypoints/ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Write-Output "::endgroup::"

Write-Output "::group::Install NPM Global dependencies"
# TODO CDX-672 remove version lock
npm install -g @angular/cli@15.x
npm install -g @angular/cli@17.x
npm install -g ts-node
Write-Output "::endgroup::"

Expand Down
2 changes: 1 addition & 1 deletion packages/cli-e2e/entrypoints/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xdg-settings set default-web-browser google-chrome.desktop
echo "::endgroup::"

echo "::group::Install NPM Global dependencies"
npm install -g @angular/cli@15.x
npm install -g @angular/cli@17.x
npm install -g ts-node
echo "::endgroup::"

Expand Down

0 comments on commit 8c6338a

Please sign in to comment.