From 867c01af2846e9b372562e8e30b4755ec72ef202 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..e1c20eab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,6 +107,10 @@ jobs: command: | cd docs/drupal && ddev drupal-install + - run: + name: Install and set node version + command: nvm i && nvm use + - run: name: Install cypress command: npx cypress install