Skip to content
2 changes: 1 addition & 1 deletion e2e/install.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const itWithMockNpmRegistry = it.extend<{ registry: { address: string; cwd: stri
max_body_size: '128mb',
// Disable user registration
max_users: -1,
logs: { level: 'fatal' },
log: { level: 'fatal' },
uplinks: {
npmjs: {
url: 'https://registry.npmjs.org/',
Expand Down
Loading