Skip to content

Commit

Permalink
Update github-actions-1-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan authored May 24, 2024
1 parent 320e5f6 commit 35d7af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-1-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
os: [ubuntu-latest,windows-latest]
include:
- node-version: 18
operating-system: ubuntu-latest
os: ubuntu-latest
exclude:
- node-version: 14
operating-system: windows-latest
os: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 35d7af3

Please sign in to comment.