Skip to content

Commit cec4ea1

Browse files
authored
Merge pull request #2772 from bcgov/dependabot/npm_and_yarn/services/develop/npm-minor-and-patch-c1f5b9ed7b
ALCS-000: bump the npm-minor-and-patch group across 1 directory with 3 updates
2 parents 10e8259 + f243b8c commit cec4ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
platform: [ubuntu-latest]
51-
node: ["24"]
51+
node: ["20"]
5252
name: API Tests - ${{ matrix.node }}/${{ matrix.platform }}
5353
runs-on: ${{ matrix.platform }}
5454
steps:

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
npm ci
4343
npm run test:cov
4444
dir: services
45-
node_version: "24"
45+
node_version: "20"
4646
sonar_args: >
4747
-Dsonar.exclusions=**/coverage/**,**/node_modules/**,**/*spec.ts
4848
-Dsonar.organization=bcgov-sonarcloud

0 commit comments

Comments
 (0)