From 70eb26aa8641a6d4db477950ba39e93476350df9 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Tue, 9 Aug 2022 13:41:52 -0500 Subject: [PATCH] Ensure Node is 14, not 16 node/install will get 14 from .nvmrc --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 18307b2a..eaeb878a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,6 +105,7 @@ jobs: - attach_workspace: at: ~/project - checkout + - node/install - run: command: | BUILD_VERSION=$(grep 'Version:' genesis-custom-blocks.php | cut -f4 -d' ')