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