google / closure-compiler-npm

Package for managing and documenting closure-compiler for use via npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bump the node engine version

jimmywarting opened this issue · comments

14 is currently the LTS version. what do you feel about bumping it to a higher version in order to use newer js features?

"engines": {
"node": ">=10"
}

Yes it's OK to set the min supported version to Node 14. The CI jobs are already Node 14+.