File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- node-version : [12, 14, 16]
17+ node-version : [14, 16]
1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Use Node.js ${{ matrix.node-version }}
2828 npm run test
2929 npm run coverage
3030 - name : Publish to coveralls.io
31- if : ${{ matrix.node-version == 14 }}
31+ if : ${{ matrix.node-version == 16 }}
3232 uses :
coverallsapp/[email protected] 3333 with :
3434 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change 1+ ### 3.0.0
2+
3+ - Update httpStatic and add httpStaticRoot for changes in Node-RED V3 (#20 ) @Steve-Mcl
4+ - Update dependencies
5+ - Drop node 12 support
6+
17### 2.2.4
28
39 - Add Dracula theme (#17 ) @bonanitech
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-admin" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " The Node-RED admin command line interface" ,
55 "homepage" : " http://nodered.org" ,
66 "bugs" : {
1313 },
1414 "main" : " lib/index.js" ,
1515 "engines" : {
16- "node" : " >=12 "
16+ "node" : " >=14 "
1717 },
1818 "contributors" : [
1919 {
2929 },
3030 "dependencies" : {
3131 "ansi-colors" : " ^4.1.1" ,
32- "axios" : " 0.27.0 " ,
32+ "axios" : " 0.27.2 " ,
3333 "bcryptjs" : " ^2.4.3" ,
3434 "cli-table" : " ^0.3.11" ,
3535 "enquirer" : " ^2.3.6" ,
You can’t perform that action at this time.
0 commit comments