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

Add Node v12 in test matrix instead v11 #3891

Closed
wants to merge 4 commits into from

Commits on May 10, 2019

  1. Support Node 12 instead Node 11

    Signed-off-by: Outsider <outsideris@gmail.com>
    outsideris committed May 10, 2019
    Configuration menu
    Copy the full SHA
    de90eba View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Update appveyor.yml

    Until pre-installed Node-12 image available, switched from `Install-Product` to slower `Update-NodeJSInstallation`.
    plroebuck committed May 14, 2019
    Configuration menu
    Copy the full SHA
    778d159 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml for Node-12 canvas build [skip appveyor]

    Added `libpango` to attempt to get `canvas` to build on Node-12 for browser tests.
    plroebuck committed May 14, 2019
    Configuration menu
    Copy the full SHA
    734df79 View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml for Node-12 canvas [skip appveyor]

    Try again, this time adding _all_ external libraries from its [Ubuntu installation instructions](https://github.com/Automattic/node-canvas/wiki/Installation:-Ubuntu-and-other-Debian-based-systems).
    plroebuck committed May 14, 2019
    Configuration menu
    Copy the full SHA
    dc833e5 View commit details
    Browse the repository at this point in the history