Skip to content

cypress-io/github-action@v6 is always running on node 20 even when using setup-node with node-version 18 #1253

cypress-io/github-action@v6 is always running on node 20 even when using setup-node with node-version 18

cypress-io/github-action@v6 is always running on node 20 even when using setup-node with node-version 18 #1253

name: 'Handle Comment Workflow'
on:
issue_comment:
types:
- created
jobs:
closed-issue-comment:
# skip in fork
if: github.repository == 'cypress-io/github-action'
uses: cypress-io/cypress/.github/workflows/triage_handle_new_comments.yml@develop
secrets: inherit