Specify node version

This commit is contained in:
n1474335 2021-01-22 14:53:53 +00:00
parent 345ad741b3
commit e16ce1d9c2
3 changed files with 8 additions and 2 deletions

View file

@ -172,7 +172,7 @@
"testui": "grunt testui",
"testuidev": "npx nightwatch --env=dev",
"lint": "grunt lint",
"postinstall": "sh postinstall.sh",
"postinstall": "bash postinstall.sh",
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
}
}