ci: Fix benchmark docker builds (no-changelog) (#11372)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-10-23 16:01:07 +02:00 committed by GitHub
parent 7a71cff4d7
commit 066aa48baa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -43,6 +43,7 @@
"@biomejs/biome": "^1.9.0",
"@n8n_io/eslint-config": "workspace:*",
"@types/jest": "^29.5.3",
"@types/node": "*",
"@types/supertest": "^6.0.2",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",

View file

@ -63,7 +63,6 @@
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"@types/node": "^20.9.0",
"zod": "catalog:"
}
}

View file

@ -141,6 +141,9 @@ importers:
'@types/jest':
specifier: ^29.5.3
version: 29.5.3
'@types/node':
specifier: ^18.16.16
version: 18.16.16
'@types/supertest':
specifier: ^6.0.2
version: 6.0.2
@ -393,9 +396,6 @@ importers:
'@types/json-schema':
specifier: ^7.0.15
version: 7.0.15
'@types/node':
specifier: ^18.16.16
version: 18.16.16
zod:
specifier: 'catalog:'
version: 3.23.8