From 4b426d65757e5593536e9a5cc38eb48ba921f7f7 Mon Sep 17 00:00:00 2001 From: cloud-sdk-js Date: Tue, 27 Aug 2024 08:35:49 +0000 Subject: [PATCH] fix: Changes from lint --- tests/smoke-tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smoke-tests/package.json b/tests/smoke-tests/package.json index 14280a88..29ad4481 100644 --- a/tests/smoke-tests/package.json +++ b/tests/smoke-tests/package.json @@ -13,10 +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",