Skip to content

Commit c610a90

Browse files
authored
remove nodejs 8, add 14 (#70)
1 parent 1e87945 commit c610a90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "11"
65
- "12"
6+
- "14"
77
install:
88
- yarn install
99
script:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cue-parser",
33
"preferGlobal": false,
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"author": {
66
"name": "Xiao Han",
77
"homepage": "https://github.com/justlaputa"
@@ -54,8 +54,8 @@
5454
"lib/**/*.d.ts"
5555
],
5656
"engines": {
57-
"node": ">=8",
58-
"npm": ">=5"
57+
"node": ">=10",
58+
"npm": ">=6"
5959
},
6060
"license": "MIT"
6161
}

0 commit comments

Comments
 (0)