Skip to content

Commit

Permalink
chore(node): replace yaml file node file references
Browse files Browse the repository at this point in the history
  • Loading branch information
stenjo committed Aug 28, 2024
1 parent 6907cdd commit c22558c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version: 22.7.0
cache: npm

- name: DevOps Metrics from GitHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version: 22.7.0
cache: npm

- name: Dora metrics
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
echo "$(<coverage.md)"
- name: Add PR Comment with coverage diff
if: steps.branch-name.outputs.current_branch != 'main'
uses: mshick/add-pr-comment@v2
with:
message-path: coverage.md
Expand Down

0 comments on commit c22558c

Please sign in to comment.