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

tools: adjust script for use with 14.x #39362

Merged
merged 2 commits into from
Jul 14, 2021
Merged

tools: adjust script for use with 14.x #39362

merged 2 commits into from
Jul 14, 2021

Commits on Jul 14, 2021

  1. tools: use Node.js 16.x for GitHub workflow

    find-inactive-collaborators.mjs works fine with Node.js 16.x, but GitHub
    Actions currently use 14.x by default.
    
    PR-URL: nodejs#39362
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4292264 View commit details
    Browse the repository at this point in the history
  2. tools: change commit fetch limiting in find-inactive-collaborators

    GitHub Action workflows can be told to clone a certain number of commits
    or else everything. Change find-inactive-collaborators to take a number
    of commits to examine rather than a date range so that the parameter can
    be used in GitHub Actions.
    
    PR-URL: nodejs#39362
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    1bb660e View commit details
    Browse the repository at this point in the history