Minimize actions/setup-node issue repro #482
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: Failing Workflow | |
on: # yamllint disable-line rule:truthy | |
push: {} | |
workflow_dispatch: {} | |
jobs: | |
test: | |
name: Checkout and Setup | |
timeout-minutes: 2 | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Node.js | |
uses: actions/setup-node@v3 |