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

Update CI configuration #144

Merged
merged 3 commits into from Sep 14, 2021
Merged

Update CI configuration #144

merged 3 commits into from Sep 14, 2021

Commits on Sep 14, 2021

  1. Update CI configuration

    - Drop Node 10 from the matrix.
      - Already End-of-Life. See <https://github.com/nodejs/Release#end-of-life-releases>
    - Add Node 16 to the matrix.
    - Bump actions/setup-node from v1 to v2
      - Set `cache: npm` for speed-up
      - See <https://github.com/actions/setup-node#usage>
    ybiquitous committed Sep 14, 2021
    Copy the full SHA
    ff1b284 View commit details
    Browse the repository at this point in the history
  2. Remove useless OS matrix

    ybiquitous committed Sep 14, 2021
    Copy the full SHA
    972477e View commit details
    Browse the repository at this point in the history
  3. Use LTS for Lint removing matrix

    Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
    ybiquitous and jeddy3 committed Sep 14, 2021
    Copy the full SHA
    3225873 View commit details
    Browse the repository at this point in the history