From d3c5ae4dd022e1e6b0391840f8cf5fda0e0da444 Mon Sep 17 00:00:00 2001 From: Marika Marszalkowski <868536+marikaner@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:35:10 +0200 Subject: [PATCH] Apply suggestions from code review --- tests/smoke-tests/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/smoke-tests/package.json b/tests/smoke-tests/package.json index abb6fc5e..14280a88 100644 --- a/tests/smoke-tests/package.json +++ b/tests/smoke-tests/package.json @@ -13,7 +13,10 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest", "lint": "eslint . && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -c", "lint:fix": "eslint . --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error" - }, + }, + "engines": { + "node": "^20" + }, "dependencies": { "@sap-ai-sdk/ai-core": "canary", "@sap-ai-sdk/gen-ai-hub": "canary", @@ -23,8 +26,5 @@ "@types/express": "^4.17.21", "dotenv": "^16.4.5", "dotenv-cli": "^7.4.2" - }, - "engines": { - "node": "^20" } }