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

ci(npm): use Node 16 for running tests on CI #242

Merged
merged 2 commits into from
Sep 25, 2022
Merged

Commits on Sep 25, 2022

  1. ci(npm): use Node 15 for running tests on CI

    The `package-lock.json` is now created with NPM 7 (`lockfileVersion@2). The `setup-node@v2` uses NPM 7 only if `node-version` is set to be `15` (source: actions/setup-node#213)
    masakudamatsu committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7878b40 View commit details
    Browse the repository at this point in the history
  2. ci(node): use Node 16 for testing on CI

    reduce the duration of CI tests whose log prints out that several modules don't support Node 15 but Node 16.
    masakudamatsu committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    cd9b291 View commit details
    Browse the repository at this point in the history