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 4324251
Show file tree
Hide file tree
Showing 2 changed files with 17 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@v4
4 changes: 4 additions & 0 deletions node.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// ESLint configuration for Node 6 and later.
// <https://eslint.org/docs/user-guide/configuring>

"use strict";

0 comments on commit 4324251

Please sign in to comment.