Skip to content

Commit a2cbf61

Browse files
authored
chore!: drop support for node 12-14 (#1615)
BREAKING CHANGE: Dropped support for NodeJS 12-14
1 parent 3a80bde commit a2cbf61

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/mqttjs-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [12.x, 14.x, 16.x, 18.x]
20+
node-version: [16.x, 18.x, 20.x]
2121
fail-fast: false
2222

2323
steps:

.github/workflows/release-it.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: [ubuntu-latest]
1717
strategy:
1818
matrix:
19-
node-version: [16.x]
19+
node-version: [18.x]
2020
steps:
2121
- name: Checkout master
2222
uses: actions/checkout@v3

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"mqtt.js"
8383
],
8484
"engines": {
85-
"node": ">=12.0.0"
85+
"node": ">=16.0.0"
8686
},
8787
"browser": {
8888
"./mqtt.js": "./lib/connect/index.js",

0 commit comments

Comments
 (0)