We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f006ad commit 4cf8b72Copy full SHA for 4cf8b72
.github/workflows/coana-guardrail.yml
@@ -21,7 +21,9 @@ jobs:
21
- name: Setup Node
22
uses: actions/setup-node@v6
23
with:
24
- node-version-file: .nvmrc
+ # 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
27
28
- name: Run Coana on the ${{github.base_ref}} branch
29
run: |
0 commit comments