Merge pull request #2490 from dpalou/MOBILE-3425

MOBILE-3425 core: Allow node versions higher than 11
main
Juan Leyva 2020-08-26 14:46:38 +02:00 committed by GitHub
commit d534fdf381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,6 +274,6 @@
}
},
"engines": {
"node": "11.x"
"node": ">=11.x"
}
}