From 78d0e25249c46f9d825db991b9c706687830e72c Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Thu, 5 Sep 2024 09:57:19 +0200 Subject: [PATCH] Update CI --- .github/workflows/jsroot-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jsroot-ci.yml b/.github/workflows/jsroot-ci.yml index 290d7580e..62dd57123 100644 --- a/.github/workflows/jsroot-ci.yml +++ b/.github/workflows/jsroot-ci.yml @@ -99,7 +99,7 @@ jobs: - name: Dependencies jsroot-test run: | cd jsroot-test - npm ci + npm install - name: Run all tests run: | @@ -174,7 +174,7 @@ jobs: - name: Install dependencies run: | - npm ci + npm install npm install gl --no-save - name: Run eslint