Skip to content

Commit

Permalink
chore: restore node version file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
stenjo committed Aug 29, 2024
1 parent 02f0b02 commit 85288fb
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -21,7 +21,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version: 22.7.0
node-version-file: .node-version
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 @@ -21,7 +21,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version: 22.7.0
node-version-file: .node-version
cache: npm

- name: Dora metrics
Expand Down

0 comments on commit 85288fb

Please sign in to comment.