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 --------------- #