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

switch to node 18, unpin netlify-cli, and workaround npm ci then being broken #5180

Merged
merged 10 commits into from
Jan 23, 2023

Commits on Jan 21, 2023

  1. switch to node 18

    which is now LTS
    tjenkinson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    5ea6664 View commit details
    Browse the repository at this point in the history
  2. unpin netlify-cli

    tjenkinson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    17a71d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    740692d View commit details
    Browse the repository at this point in the history
  4. set version using npm version

    which will also update the version in the package-lock
    tjenkinson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    66c92a8 View commit details
    Browse the repository at this point in the history
  5. be selective about what goes in artifact

    to speed things up
    tjenkinson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    82dd1c2 View commit details
    Browse the repository at this point in the history
  6. use newer npm-ci-please

    tjenkinson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    2009084 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a443b00 View commit details
    Browse the repository at this point in the history
  8. fix permission on script

    tjenkinson committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    f428c4f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. listen on all interfaces for sauce labs

    because otherwise with node 18 the server is not reachable through the proxy for some reason
    tjenkinson committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f687673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e01d3 View commit details
    Browse the repository at this point in the history