Skip to content

Commit

Permalink
chore!: drop support for node 12-14 (#1615)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Dropped support for NodeJS 12-14
  • Loading branch information
robertsLando committed Jun 27, 2023
1 parent 3a80bde commit a2cbf61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mqttjs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: Checkout master
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"mqtt.js"
],
"engines": {
"node": ">=12.0.0"
"node": ">=16.0.0"
},
"browser": {
"./mqtt.js": "./lib/connect/index.js",
Expand Down

0 comments on commit a2cbf61

Please sign in to comment.