Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alejandroSuch/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dineiar/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 5, 2021

  1. Updating node and angular-cli to latest

    Dinei A. Rockenbach
    Dinei A. Rockenbach committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    0a34519 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Back to supported node version and CMD ng

    Fix "The current version of Node (16.10.0) is not supported by Angular"
    According to https://nodejs.org/en/about/releases/, node 14 is the
    current active LTS version.
    Also changed CMD from "node" to "ng" since this is an angular-cli image.
    Dinei A. Rockenbach
    Dinei A. Rockenbach committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e6e12b3 View commit details
    Browse the repository at this point in the history
  2. Changes default CMD to ng

    Node image has a default entrypoint that forces "node" as CMD, so I
    provided a modded version of it to force "ng" as CMD.
    Dinei A. Rockenbach
    Dinei A. Rockenbach committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    75fa29e View commit details
    Browse the repository at this point in the history
Loading