Skip to content

Commit bc47f1a

Browse files
author
Fatme
authored
Merge pull request #4303 from NativeScript/fatme/support-node11.6
fix: add support for node v11.6.0
2 parents 6f646a9 + 6187f6d commit bc47f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@
130130
},
131131
"license": "Apache-2.0",
132132
"engines": {
133-
"node": ">=8.0.0 <11.0.0"
133+
"node": ">=8.0.0 <12.0.0"
134134
}
135135
}

0 commit comments

Comments
 (0)