File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- node-version : [10.x, 12.x, 18.x]
18+ node-version : [18.x]
1919 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020
2121 steps :
Original file line number Diff line number Diff line change 1919 uses : actions/setup-node@v4
2020 with :
2121 cache : npm
22- node-version : 16
22+ node-version : 18
2323 - name : Install dependencies
2424 run : npm ci
2525 - name : Release
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ var eventHandlers = {};
1616// stable module API
1717config . required = utils . isRequired ;
1818
19+ /**
20+ * @param {NodemonSettings } settings
21+ * @returns {Nodemon }
22+ */
1923function nodemon ( settings ) {
2024 bus . emit ( 'boot' ) ;
2125 nodemon . reset ( ) ;
Original file line number Diff line number Diff line change 2727 " terminal"
2828 ],
2929 "license" : " MIT" ,
30+ "types" : " ./index.d.ts" ,
3031 "main" : " ./lib/nodemon" ,
3132 "scripts" : {
3233 "commitmsg" : " commitlint -e" ,
You can’t perform that action at this time.
0 commit comments