| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 831f266 commit d948148
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,12 @@ jobs: | |||
| 13 | 13 | runs-on: ubuntu-latest | |
| 14 | 14 | ||
| 15 | 15 | steps: | |
| 16 | - - uses: actions/checkout@v2 | ||
| 17 | - - run: tools/find-inactive-collaborators.mjs '1 year ago' | ||
| 16 | + - uses: actions/checkout@v2 | ||
| 17 | + | ||
| 18 | + - name: Install Node.js | ||
| 19 | + uses: actions/setup-node@v2 | ||
| 20 | + with: | ||
| 21 | + node-version: 16.x | ||
| 22 | + | ||
| 23 | + - name: Find inactive collaborators | ||
| 24 | + run: tools/find-inactive-collaborators.mjs '1 year ago' | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments