Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coana-guardrail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js 20.x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Step name still says "Use Node.js 20.x" but should be updated to "Use Node.js 24.x" to match the actual version.

Suggested change
- name: Use Node.js 20.x
- name: Use Node.js 24.x

uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 24.x

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