Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bundle_2.0_schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_2.x_schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_2.x_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
Loading