From 8be0d6d801ee67a51e8e4f5f65bc4ca0519a511b Mon Sep 17 00:00:00 2001 From: test1238746712032897 <46765811+test1238746712032897@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:40:36 -0700 Subject: [PATCH 1/2] update config yml. test --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cbbaee..ea5076b 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@1.2 + node: circleci/node@5.0.2 workflows: sample: # This is the name of the workflow, feel free to change it to better match your workflow. From a7488141c32017fcd872049f0269d019c9f11e96 Mon Sep 17 00:00:00 2001 From: test1238746712032897 <46765811+test1238746712032897@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:44:49 -0700 Subject: [PATCH 2/2] 5.0.1 test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea5076b..2a5e2c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +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@1.2 - node: circleci/node@5.0.2 + 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.