Skip to content

Commit

Permalink
Removed api from package json
Browse files Browse the repository at this point in the history
  • Loading branch information
omri10 committed Oct 23, 2023
1 parent 0a98879 commit 4b5e023
Show file tree
Hide file tree
Showing 3 changed files with 645 additions and 67 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://n8n.io",
"engines": {
"node": ">=18.10",
"node": "=20.0.0",
"pnpm": ">=8.7"
},
"packageManager": "[email protected]",
Expand Down Expand Up @@ -35,6 +35,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.363.0",
"@elastic/elasticsearch": "^8.8.0",
"api": "5.0.7",
"moment": "~2.29.2",
"moment-timezone": "^0.5.28",
"n8n": "workspace:*"
Expand All @@ -46,8 +47,8 @@
"@types/supertest": "^2.0.12",
"@vitest/coverage-v8": "^0.33.0",
"cross-env": "^7.0.3",
"cypress-otp": "^1.0.3",
"cypress": "^12.17.2",
"cypress-otp": "^1.0.3",
"cypress-real-events": "^1.9.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"workflow"
],
"engines": {
"node": ">=18.10"
"node": "=20.0.0"
},
"files": [
"bin",
Expand Down
Loading

0 comments on commit 4b5e023

Please sign in to comment.