From 6edf7ba288ad8edc6eab36381901a4306c38412d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 27 Feb 2022 13:39:10 +0000 Subject: [PATCH] chore(deps): update node orb to v4.9.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.