image: node:latest # This folder is cached between builds cache: paths: - node_modules/ build_typescript: script: - npm install - sudo npm install -g typescript - tsc test_lint: script: - npm install - npm run lint