Skip to content

Instantly share code, notes, and snippets.

@abfedena
abfedena / .gitlab-ci.yml
Created March 24, 2021 11:24 — forked from superjose/.gitlab-ci.yml
This is an example of a .gitlab-ci.yml that is required for Continuous Integration on GitLab projects.
# Reference: https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/
# GitLab uses docker in the background, so we need to specify the
# image versions. This is useful because we're freely to use
# multiple node versions to work with it. They come from the docker
# repo.
# Uses NodeJS V 9.4.0
image: node:9.4.0
# And to cache them as well.
041870c496ce880375c69c21297e7bbf46aaedc5b655d3e380e7b5a2eb6a919c2006681ad28b4f0654dc0d64dedd0c3c29afb2a2233b40b9952248243ccdd845c5