From cb00cf67870f9ceb9e54a5153b4e4be53679d6a8 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Fri, 23 May 2025 19:30:29 +0200 Subject: [PATCH] update github action --- .github/workflows/node.js.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 34289d8..defe41d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -56,12 +56,12 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - uses: actions/setup-java@v1 - with: - java-version: 21 - - run: npm install - - run: npm run build:compact --if-present - - run: npm run build:module:compact --if-present + #- uses: actions/setup-java@v1 + # with: + # java-version: 21 + #- run: npm install + #- run: npm run build:compact --if-present + #- run: npm run build:module:compact --if-present - run: npm install clickhouse - run: npm install redis - run: npm install mongodb