Skip to content

Commit

Permalink
Merge pull request #631 from ministryofjustice/revert-626-chore/updat…
Browse files Browse the repository at this point in the history
…e-node-version-for-e2e-tests

Revert "Update npm version for e2e tests"
  • Loading branch information
libuk authored Sep 18, 2023
2 parents cfe8137 + 7f50710 commit 3bf1a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
e2e_environment_test:
circleci_ip_ranges: true # opt-in to jobs running on a restricted set of IPs
docker:
- image: cypress/browsers:node-18.16.1-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1
- image: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
parameters:
environment:
type: string
Expand All @@ -58,7 +58,7 @@ jobs:
command: apt-get install xz-utils
- run:
name: Update npm
command: 'npm install -g npm@latest'
command: 'npm install -g npm@9.8.1'
- node/install-packages
- run:
name: E2E Check - << parameters.environment >>
Expand Down

0 comments on commit 3bf1a91

Please sign in to comment.