diff --git a/.circleci/config.yml b/.circleci/config.yml index 497ced8..71a182d 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@4.7.0 + node: circleci/node@4.9.0 jobs: # Below is the definition of your job to build and test your app, you can rename and customize it as you want.