Skip to content

Commit f4710f1

Browse files
authored
Merge pull request #692 from ProgramEquity/Dunridge-patch-1
Update issue-metrics.yml
2 parents 53ae8b9 + d6715eb commit f4710f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/issue-metrics.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
node-version: 14
2424

25+
# TODO: learn the path to node to run the script from the sh file
26+
- name: Print Node.js path
27+
run: which node
28+
2529
- name: Set execute permissions for run-metrics.sh
2630
run: chmod +x ./run-metrics.sh
2731

0 commit comments

Comments
 (0)