From 3e6d004a0271aa246b27be56e290aa947eee644c Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Thu, 29 Aug 2024 09:59:25 +1000 Subject: [PATCH] chore: fix node version in e2e tests --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f63a1a2a..ef0d46a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,6 +107,10 @@ jobs: command: | cd docs/drupal && ddev drupal-install + - run: + name: Setup node and yarn + command: nvm i && nvm use && npm i -g yarn + - run: name: Install cypress command: npx cypress install