Skip to content

Commit

Permalink
Remove nodejs14.x (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski authored Nov 27, 2023
1 parent 54e6907 commit 8236d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ jobs:
- name: Publish layer
env:
LAYER_NAME: "coralogix-opentelemetry-nodejs-wrapper"
COMPATIBLE_RUNTIMES: "nodejs14.x nodejs16.x nodejs18.x"
COMPATIBLE_RUNTIMES: "nodejs16.x nodejs18.x"
run: ./ci-scripts/publish_${{ inputs.environment }}.sh

0 comments on commit 8236d59

Please sign in to comment.