From e7f557697afbc545be3ad4569d488689fd5e304a Mon Sep 17 00:00:00 2001 From: Raphael Silva Date: Tue, 24 Sep 2024 02:11:36 +0000 Subject: [PATCH] Remove support to nodejs 16.x Signed-off-by: Raphael Silva --- .github/workflows/ci-nodejs.yml | 2 +- .github/workflows/release-layer-nodejs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-nodejs.yml b/.github/workflows/ci-nodejs.yml index 311e95ded3..73707f48b7 100644 --- a/.github/workflows/ci-nodejs.yml +++ b/.github/workflows/ci-nodejs.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - uses: actions/cache@v4 with: path: ~/.npm diff --git a/.github/workflows/release-layer-nodejs.yml b/.github/workflows/release-layer-nodejs.yml index 764511f5eb..46d40146e8 100644 --- a/.github/workflows/release-layer-nodejs.yml +++ b/.github/workflows/release-layer-nodejs.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 - name: Build run: | @@ -72,7 +72,7 @@ jobs: layer-name: opentelemetry-nodejs component-version: ${{needs.build-layer.outputs.NODEJS_VERSION}} # architecture: - runtimes: nodejs16.x nodejs18.x nodejs20.x + runtimes: nodejs18.x nodejs20.x release-group: prod aws_region: ${{ matrix.aws_region }} secrets: inherit