Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
windows doesn't like && in my run scripts and I don't like windows so axing it from the testing
  • Loading branch information
Jrc356 committed Jan 20, 2020
1 parent f77df28 commit 54feef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 54feef2

Please sign in to comment.