diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a9798f9..368ba54 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [18.3] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/src/server/regulator/config/regulators.ts b/src/server/regulator/config/regulators.ts index bd3eccb..c43c27e 100644 --- a/src/server/regulator/config/regulators.ts +++ b/src/server/regulator/config/regulators.ts @@ -326,6 +326,23 @@ const regulators: Regulator[] = [ name: 'Water Services Regulation Authority', domain: 'ofwat.gov.uk', }, + { + id: 'gmail', + name: 'gmail test', + domain: 'gmail.com', + }, + { + id: 'Safety', + name: 'Safety Tech Accelerator', + domain: 'lr.org', + }, + { + id: 'Cognizant', + name: 'Cognizant test', + domain: 'cognizant.com', + } + + ]; export default regulators;