File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
17
- node-version : [12, 14, 16]
17
+ node-version : [14, 16]
18
18
steps :
19
19
- uses : actions/checkout@v2
20
20
- name : Use Node.js ${{ matrix.node-version }}
28
28
npm run test
29
29
npm run coverage
30
30
- name : Publish to coveralls.io
31
- if : ${{ matrix.node-version == 14 }}
31
+ if : ${{ matrix.node-version == 16 }}
32
32
uses : coverallsapp/github-action@v1.1.2
33
33
with :
34
34
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
+
1
7
### 2.2.4
2
8
3
9
- Add Dracula theme (#17 ) @bonanitech
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-admin" ,
3
- "version" : " 2.2.4 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " The Node-RED admin command line interface" ,
5
5
"homepage" : " http://nodered.org" ,
6
6
"bugs" : {
13
13
},
14
14
"main" : " lib/index.js" ,
15
15
"engines" : {
16
- "node" : " >=12 "
16
+ "node" : " >=14 "
17
17
},
18
18
"contributors" : [
19
19
{
29
29
},
30
30
"dependencies" : {
31
31
"ansi-colors" : " ^4.1.1" ,
32
- "axios" : " 0.27.0 " ,
32
+ "axios" : " 0.27.2 " ,
33
33
"bcryptjs" : " ^2.4.3" ,
34
34
"cli-table" : " ^0.3.11" ,
35
35
"enquirer" : " ^2.3.6" ,
You can’t perform that action at this time.
0 commit comments