Skip to content

Commit c52cae7

Browse files
committed
[Fix] restore node 0.10 support
1 parent 58c29a0 commit c52cae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-aught.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '0.12 - 10'
9+
range: '0.10 - 10'
1010
type: minors
1111
command: npm run tests-only
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"browser": "browser/index.js",
5050
"engines": {
51-
"node": ">= 0.12"
51+
"node": ">= 0.10"
5252
},
5353
"auto-changelog": {
5454
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)