Skip to content

Commit

Permalink
feat: declare node 16 support
Browse files Browse the repository at this point in the history
Closes TIMOB-28562
  • Loading branch information
ewanharris committed Oct 20, 2021
1 parent acc561a commit 8465675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"url": "git://github.com/appcelerator/titanium_mobile.git"
},
"vendorDependencies": {
"node": "12.x || 14.x"
"node": "12.x || 14.x || 16.x"
},
"engines": {
"node": ">=12.13.0"
Expand Down

0 comments on commit 8465675

Please sign in to comment.