Skip to content
Closed
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 .ci/runChecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ npm run lint:eslint
npm run lint:prettier
npm run --workspaces cdep
npx --workspaces license-check
npx better-npm-audit audit
npx better-npm-audit audit --exclude 1110992
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
push:
branches: [main]
permissions:
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
Expand Down Expand Up @@ -116,6 +118,8 @@ jobs:
test-runtime-mongodb:
runs-on: ubuntu-latest
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
- uses: actions/checkout@v6
- name: Start Backbone
run: npm run start:backbone
Expand Down Expand Up @@ -144,6 +148,8 @@ jobs:
test-runtime-loki:
runs-on: ubuntu-latest
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@v2
- uses: actions/checkout@v6
- name: Start Backbone
run: npm run start:backbone
Expand Down
287 changes: 287 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"@babel/preset-typescript": "^7.28.5",
"@js-soft/eslint-config-ts": "^2.0.4",
"@js-soft/license-check": "^1.0.10",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.15.3",
"@swc/jest": "^0.2.39",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"enhanced-publish": "^1.1.7",
Expand Down
Loading
Loading