added missing NJS version

This commit is contained in:
2020-02-06 08:08:22 +11:00
parent 8efaa1863f
commit d6b6daaf41

View File

@ -1,4 +1,7 @@
language: generic language: node_js
node_js:
- "10.16.3"
cache: cache:
yarn: true yarn: true
@ -8,7 +11,6 @@ cache:
matrix: matrix:
include: include:
- env: PROJECT=src/private/ - env: PROJECT=src/private/
node_js: "10.16.3"
install: install:
- cd $PROJECT - cd $PROJECT