diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d6e2fde..3bece4a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: # The Node.js orb contains a set of prepackaged CircleCI configuration you can utilize # Orbs reduce the amount of configuration required for common tasks. # See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/node - node: circleci/node@5.0.1 + node: circleci/node@5.3.0 jobs: # Below is the definition of your job to build and test your app, you can rename and customize it as you want.