Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
arriIsHere authored Dec 6, 2024
2 parents 679a84e + 484af40 commit 6b1c370
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 434 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: 16
node-version: 22

- name: Bootstrap
run: npm ci
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: 16
node-version: 22

- name: Bootstrap
run: npm ci
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@opentelemetry/sdk-trace-base": "1.29.0",
"axios": "1.7.9",
"body-parser": "1.20.3",
"express": "4.20.0"
"express": "4.21.2"
},
"devDependencies": {
"typescript": "4.4.4"
Expand Down
Loading

0 comments on commit 6b1c370

Please sign in to comment.