mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-02 12:39:13 -04:00
Specify node version
This commit is contained in:
parent
345ad741b3
commit
e16ce1d9c2
3 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue