Skip to content

Commit

Permalink
chore: dropped node 8 and 10 support (#441)
Browse files Browse the repository at this point in the history
* Added node v14 in .travis.yml + bumped up nodejs to v12 (package.json)
  • Loading branch information
ruppysuppy authored Jul 21, 2020
1 parent fd254a5 commit de11808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"style-dictionary": "./bin/style-dictionary"
},
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"files": [
"bin",
Expand Down Expand Up @@ -130,4 +130,4 @@
"node-sass": "^4.14.1",
"standard-version": "^8.0.0"
}
}
}

0 comments on commit de11808

Please sign in to comment.