Skip to content

Commit d6e5aea

Browse files
committed
revert minimum node version upgrade in a minor update release
1 parent 03e0142 commit d6e5aea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x, 14.x, 16.x, 17.x]
15+
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"types": "index.d.ts",
77
"engines": {
8-
"node": ">=12"
8+
"node": ">=10"
99
},
1010
"scripts": {
1111
"test": "mocha --ignore **/*.worker.js && eslint .",

0 commit comments

Comments
 (0)