language: node_js
node_js:
  - "12"
  - "14"
sudo: false
before_install:
    - "python -m pip install jupyter"
