Skip to content

Commit 387c23c

Browse files
build(npm): require Node 10.18.0 or newer
1 parent 3ccc4ba commit 387c23c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=8.3.0"
12+
"node": ">=10.18.0"
1313
},
1414
"homepage": "https://github.com/hexonet/python-sdk",
1515
"repository": "https://github.com/hexonet/python-sdk.git",
@@ -47,4 +47,4 @@
4747
"@semantic-release/git": "^7.0.16",
4848
"semantic-release": "^15.13.12"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)