Skip to content

Commit 7f52f98

Browse files
committed
only support node 10 and up
1 parent b4c67c3 commit 7f52f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [4.5.0, 6.x, 8.x, 10.x, 12.x, 13.x]
12+
node-version: [10.x, 12.x, 13.x]
1313
os: [ubuntu-latest, windows-latest, macOS-latest]
1414

1515
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"typings": "dist/src/index.d.ts",
1010
"engines": {
11-
"node": ">=4.5.0"
11+
"node": ">=10.0.0"
1212
},
1313
"scripts": {
1414
"build": "npm run clean && mkdir dist && npm run build:browser && npm run build:server",

0 commit comments

Comments
 (0)