Skip to content

Commit 4cf8b72

Browse files
committed
fix action
1 parent 9f006ad commit 4cf8b72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coana-guardrail.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v6
2323
with:
24-
node-version-file: .nvmrc
24+
# TODO: Update this to use `node-version-file` once main is updated to include it
25+
# node-version-file: .nvmrc
26+
node-version: 24.x
2527

2628
- name: Run Coana on the ${{github.base_ref}} branch
2729
run: |

0 commit comments

Comments
 (0)