mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
ci: Fix benchmark docker builds (no-changelog) (#11372)
This commit is contained in:
parent
7a71cff4d7
commit
066aa48baa
|
@ -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",
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/json-schema": "^7.0.15",
|
||||
"@types/node": "^20.9.0",
|
||||
"zod": "catalog:"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue