Skip to content

Commit

Permalink
feat(@formatjs/cli): set minimum node version to 16.5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: set minimum node version to 16.5
fix #3602
  • Loading branch information
longlho committed May 19, 2022
1 parent 2fc90d1 commit 8397a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/package.json
Expand Up @@ -50,5 +50,8 @@
},
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"engines": {
"node": ">= 16.5.0"
}
}

0 comments on commit 8397a67

Please sign in to comment.