Skip to content

Instantly share code, notes, and snippets.

View yozhsh's full-sized avatar

Petro Shur yozhsh

  • Ukraine, Kharkiv
View GitHub Profile
@yozhsh
yozhsh / config.yml
Created February 17, 2021 23:56 — forked from kenberkeley/config.yml
The simplest CircleCI 2.1 config example for Node / JS projects
## References:
# https://git.io/Jf3l9
# https://circleci.com/docs/2.0/yarn/
# https://circleci.com/docs/2.0/caching/#yarn-node
# https://circleci.com/orbs/registry/orb/circleci/node
# https://discuss.circleci.com/t/circleci-2-1-config-overview/26057
version: 2.1
orbs:
node: circleci/node@2.0.3