Skip to content

Commit a8fd8e2

Browse files
Merge pull request #1205 from digma-ai/fix/ci
Setup node
2 parents 7d78c2a + 2d165f0 commit a8fd8e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-jaeger.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
with:
1515
token: ${{ secrets.CONTENTS_WRITE_PAT }}
1616

17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version-file: ".nvmrc"
20+
cache: "npm"
21+
1722
- name: Update dependencies.json
1823
run: |
1924
echo '${{ toJson(github.event.client_payload) }}' > ./dependencies_diff.json

0 commit comments

Comments
 (0)