Skip to content

Commit

Permalink
feat: bump Node.js version dependency to at least 10.13.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js v8 is no longer supported because it will reach EOL on 2019-12-31
  • Loading branch information
iiroj committed Dec 2, 2019
1 parent 0eedacd commit 1e17bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint-staged
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const pkg = require('../package.json')
require('please-upgrade-node')(
Object.assign({}, pkg, {
engines: {
node: '>=8.12.0'
node: '>=10.13.0' // First LTS release of 'Dubnium'
}
})
)
Expand Down

0 comments on commit 1e17bcd

Please sign in to comment.