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
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:"
}
}

6
pnpm-lock.yaml generated
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