Skip to content

Commit 9e75886

Browse files
authored
Merge branch 'main' into sm-pr-foo
2 parents 560cb1a + e6c29be commit 9e75886

File tree

27 files changed

+177
-2456
lines changed

27 files changed

+177
-2456
lines changed

.github/component-label-map.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,6 @@ pkg:propagation-utils:
253253
- any-glob-to-any-file:
254254
- packages/propagation-utils/**
255255
- packages/contrib-test-utils/**
256-
pkg:propagator-grpc-census-binary:
257-
- changed-files:
258-
- any-glob-to-any-file:
259-
- propagators/opentelemetry-propagator-grpc-census-binary/**
260256
pkg:propagator-instana:
261257
- changed-files:
262258
- any-glob-to-any-file:

.github/workflows/test-all-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
node: ["18", "20", "22"]
54+
node: ["18", "20", "22", "24"]
5555
runs-on: ubuntu-latest
5656
services:
5757
mongo:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- "20.6.0"
4949
- "20"
5050
- "22"
51+
- "24"
5152
include:
5253
- node: 18
5354
code-coverage: true

examples/grpc-census-prop/.eslintrc.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/grpc-census-prop/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/grpc-census-prop/README.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

examples/grpc-census-prop/capitalize_client.js

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)