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 formatjs#3602
  • Loading branch information
longlho authored and unional committed Jun 7, 2023
1 parent d80a176 commit 9f2b6ea
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 9f2b6ea

Please sign in to comment.