From 03065030ee89669a77937d1429e10fd69ca58ca1 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Fri, 23 May 2025 19:41:20 +0200 Subject: [PATCH] update github action --- .github/workflows/node.js.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0e40adb..5c6d75b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -60,6 +60,11 @@ jobs: with: java-version: 21 - run: npm install + - run: npm install clickhouse + - run: npm install redis + - run: npm install mongodb + - run: npm install pg-promise + - run: npm install sqlite3 - run: npm run build:compact --if-present - run: npm run build:module:compact --if-present - run: npm run build:light --if-present