Skip to content

Commit

Permalink
remove nodejs 8, add 14 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlaputa authored Jul 23, 2020
1 parent 1e87945 commit c610a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "8"
- "10"
- "11"
- "12"
- "14"
install:
- yarn install
script:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cue-parser",
"preferGlobal": false,
"version": "0.2.1",
"version": "0.3.0",
"author": {
"name": "Xiao Han",
"homepage": "https://github.com/justlaputa"
Expand Down Expand Up @@ -54,8 +54,8 @@
"lib/**/*.d.ts"
],
"engines": {
"node": ">=8",
"npm": ">=5"
"node": ">=10",
"npm": ">=6"
},
"license": "MIT"
}

0 comments on commit c610a90

Please sign in to comment.