Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force Squash nodejs install to use nodesource #5533

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 22, 2019

  1. Force nodejs install to use nodesource

    Admin assets on Squash PR deployments are currently broken due to a problem running npm. This is the same issue previously reported in PR 5441. See nodesource/distributions issue 875 for the rationale behind this workaround; this ensures that nodejs is installed from nodesource instead of from the distro, which may have a newer version.
    
    As part of this change I've restored the Docker image back to `python:latest`, figuring we might as well do that if we can as opposed to pinning.
    
    Note that the somewhat ugly YAML syntax is needed due to issues including special characters like *&> in YAML.
    chosak committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    314979f View commit details
    Browse the repository at this point in the history