Skip to content

Commit

Permalink
Remove support to nodejs 16.x (#1534)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Silva <[email protected]>
  • Loading branch information
rapphil authored Sep 24, 2024
1 parent 1a68a1f commit f7c1c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-layer-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Build
run: |
Expand Down Expand Up @@ -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

0 comments on commit f7c1c4e

Please sign in to comment.