cypress-io/github-action@v6 is always running on node 20 even when using setup-node with node-version 18 #288
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Add issue/PR to Triage Board' | |
on: | |
issues: | |
types: | |
- opened | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
add-to-triage-project-board: | |
# skip in fork | |
if: github.repository == 'cypress-io/github-action' | |
uses: cypress-io/cypress/.github/workflows/triage_add_to_project.yml@develop | |
secrets: inherit |