Skip to content

Commit f7c1c4e

Browse files
authored
Remove support to nodejs 16.x (open-telemetry#1534)
Signed-off-by: Raphael Silva <[email protected]>
1 parent 1a68a1f commit f7c1c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 16
24+
node-version: 18
2525
- uses: actions/cache@v4
2626
with:
2727
path: ~/.npm

.github/workflows/release-layer-nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 16
23+
node-version: 18
2424

2525
- name: Build
2626
run: |
@@ -72,7 +72,7 @@ jobs:
7272
layer-name: opentelemetry-nodejs
7373
component-version: ${{needs.build-layer.outputs.NODEJS_VERSION}}
7474
# architecture:
75-
runtimes: nodejs16.x nodejs18.x nodejs20.x
75+
runtimes: nodejs18.x nodejs20.x
7676
release-group: prod
7777
aws_region: ${{ matrix.aws_region }}
7878
secrets: inherit

0 commit comments

Comments
 (0)