js-install: stage: install image: node:14-alpine script: - '[ -e yarn.lock ] && yarn || npm i' artifacts: expire_in: 1 day paths: - node_modules