File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/first-interaction@v1
1010 with :
1111 repo-token : ${{ secrets.GITHUB_TOKEN }}
12- issue-message : ' Hi! Thank you for contributing to our project. You are helping to make our product better! :)'
13- pr-message : ' Hi! Thank you for contributing to our project. You are helping to make our product better! :)'
12+ issue-message : ' Hi! Thank you for your first contribution to our project. You are helping to make our product better! :)'
13+ pr-message : ' Hi! Thank you for your first PR to our project. You are helping to make our product better! :)'
Original file line number Diff line number Diff line change 11name : Node CI
22
3- on : [push]
3+ on :
4+ push :
5+ pull_request :
6+ schedule : [0 6 * * *]
47
58jobs :
69 build :
912
1013 strategy :
1114 matrix :
12- node-version : [8.x]
15+ node-version : [8.x, 10.x, 12.x]
16+ os : [ubuntu-latest, windows-latest, macOS-latest]
1317
1418 steps :
1519 - uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments