From 865e502035104bb29931acc2076e396a78db1c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 22:39:09 +0000 Subject: [PATCH] chore(deps): update node orb to v5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc349e1..9ac6988 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,7 +135,7 @@ jobs: command: npm run build:documentation && gh-pages --dist docs --repo https://${GITHUB_TOKEN}@github.com/${CIRCLE_REPOSITORY_URL#"git@github.com:"} --silent --message "[SKIP CI] CircleCI build ${CIRCLE_BUILD_NUM} pushed to Github Pages" orbs: - node: circleci/node@4.9.0 + node: circleci/node@5.0.3 # --- END --- # # --------------------------------------------------- # # -------------- DEFINE YOUR WORKFLOW --------------- #