Skip to content

Commit 7189b93

Browse files
committedJun 3, 2023
chore: add engine key
1 parent 189d7b9 commit 7189b93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "5.9.5",
44
"description": "Core commands to compiler and build AdonisJs project",
55
"main": "build/ace-manifest.json",
6+
"engines": {
7+
"node": ">=14.0.0"
8+
},
69
"files": [
710
"build/commands",
811
"build/config",

0 commit comments

Comments
 (0)
Please sign in to comment.