Skip to content

Commit

Permalink
Merge pull request #2388 from DataDog/cbeauchesne/fix-lib-injection-w…
Browse files Browse the repository at this point in the history
…arning

Fix warning on lib-injection CI
  • Loading branch information
cbeauchesne committed Apr 24, 2024
2 parents 36b47da + ae6a5a7 commit 73cc8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/lint_code/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
shell: bash
run: ./utils/scripts/shellcheck.sh
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: 'Run nodejs lint'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-lib-injection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
print(json.dumps(result, indent=2))
k8s-lib-injection-tests:
if: inputs.library == 'dotnet' || inputs.library == 'java' || inputs.library == 'python' || inputs.library == 'ruby' || inputs.library == 'nodejs'
runs-on:
group: "APM Larger Runners"
permissions:
Expand Down

0 comments on commit 73cc8c8

Please sign in to comment.