Skip to content

Commit 8712986

Browse files
authored
chore: remove node 10 support (#2374)
This is a breaking change but since v10 is under beta I'm not marking this change as so.
1 parent 1738326 commit 8712986

File tree

22 files changed

+5082
-8261
lines changed

22 files changed

+5082
-8261
lines changed

.generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"debug": "^4.3.2"
77
},
88
"engines": {
9-
"node": ">=10.0.0"
9+
"node": ">=12.0.0"
1010
},
1111
"publishConfig": {
1212
"access": "public"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.config.os }}
1616
strategy:
1717
matrix:
18-
node-version: [10.x, 12.x, 14.x, 16.x]
18+
node-version: [12.x, 14.x, 16.x]
1919
config:
2020
# arch isn't used and we have no way to use it currently
2121
- { os: macos-latest, arch: x64 }

package-lock.json

Lines changed: 5062 additions & 7138 deletions
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
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"description": "Node.js packages to access serial ports, process data from them and speak many protocols",
66
"engines": {
7-
"node": ">=10.0.0"
7+
"node": ">=12.0.0"
88
},
99
"license": "MIT",
1010
"scripts": {

packages/binding-abstract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"debug": "^4.3.2"
1010
},
1111
"engines": {
12-
"node": ">=10.0.0"
12+
"node": ">=12.0.0"
1313
},
1414
"publishConfig": {
1515
"access": "public"

packages/binding-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"debug": "^4.3.2"
1111
},
1212
"engines": {
13-
"node": ">=10.0.0"
13+
"node": ">=12.0.0"
1414
},
1515
"publishConfig": {
1616
"access": "public"

0 commit comments

Comments
 (0)