From ad6eccc28b17180039781d8818cbd530fc6d42dc Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 3 Sep 2026 11:21:48 +0200 Subject: [PATCH] 2.0 ci/ct: nopm ci where lockfile exists Signed-off-by: Jan Kowalleck --- .github/workflows/bundle_2.0_schemas.yml | 2 +- .github/workflows/lint_2.x_schemas.yml | 2 +- .github/workflows/test_2.x_js.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bundle_2.0_schemas.yml b/.github/workflows/bundle_2.0_schemas.yml index 44c70172a..4db3dab11 100644 --- a/.github/workflows/bundle_2.0_schemas.yml +++ b/.github/workflows/bundle_2.0_schemas.yml @@ -45,7 +45,7 @@ jobs: node-version: '24.x' - name: Install dependencies working-directory: tools/src/main/js/bundler - run: npm install + run: npm ci --no-fund --no-audit - name: Bundle schemas run: | set -eux diff --git a/.github/workflows/lint_2.x_schemas.yml b/.github/workflows/lint_2.x_schemas.yml index ca59db5ae..b6831de76 100644 --- a/.github/workflows/lint_2.x_schemas.yml +++ b/.github/workflows/lint_2.x_schemas.yml @@ -38,7 +38,7 @@ jobs: package-manager-cache: false - name: Install linter working-directory: tools/src/main/js/linter - run: npm install + run: npm ci --no-fund --no-audit - name: Discover linter tests id: discover run: | diff --git a/.github/workflows/test_2.x_js.yml b/.github/workflows/test_2.x_js.yml index 900cf4292..243d5fe04 100644 --- a/.github/workflows/test_2.x_js.yml +++ b/.github/workflows/test_2.x_js.yml @@ -49,7 +49,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} package-manager-cache: false - name: Install Dependencies - run: npm install + run: npm i --no-fund --no-audit - name: Run test env: VALIDATE_BUNDLED: >-