Skip to content

Commit

Permalink
build(node): remove Node 8, add 12 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed May 28, 2020
1 parent 1dbc2ad commit 62da46d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,10 @@ language: node_js

# Add additional versions here as appropriate.
node_js:
- "stable"
- "10"
- "8"
- 'stable'
- '14'
- '12'
- '10'

# Lint errors should trigger a failure.
before_script: npm run lint
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# v0.7.0

- Update packages
- Bump engine version to `10.0`
- Ignore `node_modules` when globbing ([#52](https://github.com/jeffijoe/typesync/pull/52), [tanmen](https://github.com/tanmen))

# v0.6.1

- Fix issue with unzipping, simply by _not unzipping at all_ ([#37](https://github.com/jeffijoe/typesync/issues/37))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.6.1",
"description": "Install missing TypeScript typings for your dependencies.",
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"files": [
"lib",
Expand Down

0 comments on commit 62da46d

Please sign in to comment.