diff --git a/.circleci/config.yml b/.circleci/config.yml index 3aedbe8..507dd4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ orbs: # so you dont have to copy and paste it everywhere. # See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python python: circleci/python@2.1.1 + node: circleci/node@5.0.1 workflows: sample: # This is the name of the workflow, feel free to change it to better match your workflow.