Skip to content

Commit

Permalink
Create reproduction for actions/setup-node#720
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinoid committed Dec 9, 2024
0 parents commit cf1517e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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@v4
- name: Set up Node.js
uses: actions/setup-node@v3
1 change: 1 addition & 0 deletions node.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Non-empty file named node.js

0 comments on commit cf1517e

Please sign in to comment.