Skip to content

Commit

Permalink
Merge pull request #21 from node-red/3-0
Browse files Browse the repository at this point in the history
Update dependencies for 3.0
  • Loading branch information
knolleary authored Apr 28, 2022
2 parents aeece54 + 1a0d80b commit 6d92d9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -28,7 +28,7 @@ jobs:
npm run test
npm run coverage
- name: Publish to coveralls.io
if: ${{ matrix.node-version == 14 }}
if: ${{ matrix.node-version == 16 }}
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.0.0

- Update httpStatic and add httpStaticRoot for changes in Node-RED V3 (#20) @Steve-Mcl
- Update dependencies
- Drop node 12 support

### 2.2.4

- Add Dracula theme (#17) @bonanitech
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "2.2.4",
"version": "3.0.0",
"description": "The Node-RED admin command line interface",
"homepage": "http://nodered.org",
"bugs": {
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"engines": {
"node": ">=12"
"node": ">=14"
},
"contributors": [
{
Expand All @@ -29,7 +29,7 @@
},
"dependencies": {
"ansi-colors": "^4.1.1",
"axios": "0.27.0",
"axios": "0.27.2",
"bcryptjs": "^2.4.3",
"cli-table": "^0.3.11",
"enquirer": "^2.3.6",
Expand Down

0 comments on commit 6d92d9d

Please sign in to comment.