mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 21:43:21 +00:00
use nvmrc file
avoids storing node version in travis to allow nvm tool for local dev
This commit is contained in:
parent
c9d9730726
commit
de727bcddc
2 changed files with 1 additions and 2 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
lts/dubnium
|
|
@ -1,6 +1,4 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
|
||||||
- lts/dubnium
|
|
||||||
cache: npm
|
cache: npm
|
||||||
os: linux
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue