Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0267f52
Remove E2E test workflow
trslater Feb 2, 2026
10e8259
Merge pull request #2773 from bcgov/2769-disable-e2e
trslater Feb 2, 2026
678610a
ALCS-000: bump the npm-minor-and-patch group across 1 directory with …
dependabot[bot] Feb 3, 2026
7c4bd47
Try rolling back Node version
trslater Feb 3, 2026
f243b8c
Revert "ALCS-000: bump the npm-minor-and-patch group across 1 directo…
trslater Feb 3, 2026
cec4ea1
Merge pull request #2772 from bcgov/dependabot/npm_and_yarn/services/…
trslater Feb 3, 2026
4005a80
Fix easy-to-fix security issues
trslater Feb 3, 2026
56f7090
Make Angular 20 patchable
trslater Feb 3, 2026
0929f8f
Update main Angular packages
trslater Feb 3, 2026
b87ccb4
Fix easy API vulnerabilities
trslater Feb 3, 2026
13f5e10
Update NestJS from 10 to 11
trslater Feb 4, 2026
b029d95
Fix tests
trslater Feb 4, 2026
6606306
Fix alpha version of `nest-keycloak-connect``
trslater Feb 5, 2026
4b1e4e6
Merge pull request #2775 from bcgov/2649-check-for-and-fix-high-sever…
trslater Feb 5, 2026
9a6d3b1
ALCS-000: bump prettier
dependabot[bot] Feb 5, 2026
b17b669
ALCS-000: bump the npm-minor-and-patch group across 1 directory with …
dependabot[bot] Feb 5, 2026
ed25e47
Merge pull request #2779 from bcgov/dependabot/npm_and_yarn/services/…
github-actions[bot] Feb 5, 2026
555ca53
Check NPM version in CI
trslater Feb 5, 2026
d8fc4f1
Try fixing NPM version
trslater Feb 5, 2026
c02d391
Revert "Check NPM version in CI"
trslater Feb 5, 2026
6937e58
Revert "Try fixing NPM version"
trslater Feb 5, 2026
3f3969e
Refresh lock file
trslater Feb 5, 2026
8752d66
Merge pull request #2778 from bcgov/dependabot/npm_and_yarn/alcs-fron…
trslater Feb 5, 2026
c2a3c86
ALCS-000: bump the npm-minor-and-patch group in /services with 2 updates
dependabot[bot] Feb 6, 2026
378b33c
Merge pull request #2780 from bcgov/dependabot/npm_and_yarn/services/…
github-actions[bot] Feb 6, 2026
f6a030c
Trigger rebuild
trslater Feb 6, 2026
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
node: ["24"]
node: ["20"]
name: API Tests - ${{ matrix.node }}/${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
steps:
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/e2e-test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npm ci
npm run test:cov
dir: services
node_version: "24"
node_version: "20"
sonar_args: >
-Dsonar.exclusions=**/coverage/**,**/node_modules/**,**/*spec.ts
-Dsonar.organization=bcgov-sonarcloud
Expand Down
Loading