Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Remove support for Windows in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkelleher committed Jun 28, 2021
1 parent 21eb544 commit 5b58c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
node-version: [12.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]

steps:
- id: setup-node
Expand Down

0 comments on commit 5b58c8f

Please sign in to comment.