Skip to content

Commit

Permalink
chore(ci): drop nodejs 8 (#17)
Browse files Browse the repository at this point in the history
* chore(ci): drop nodejs 8

* Update package.json
  • Loading branch information
robertsLando authored Oct 7, 2020
1 parent 5af5f15 commit e7bd307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/moscajs/aedes-packet#readme",
"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"mqtt-packet": "^6.3.0"
Expand Down

0 comments on commit e7bd307

Please sign in to comment.