Skip to content

Commit

Permalink
chore: fix node version in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 28, 2024
1 parent 2dbaa69 commit 867c01a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 867c01a

Please sign in to comment.