From 0accfa5829864eeefdcbcbda89f03609d956d9c2 Mon Sep 17 00:00:00 2001 From: test1238746712032897 <46765811+test1238746712032897@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:50:09 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) 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.