Skip to content

Commit

Permalink
Use t-shaped GH actions matrix (#1658)
Browse files Browse the repository at this point in the history
This tests on all OSs (adding macOs) on latest Node & removes the Windows test on older nodes (latest Node is still tested).

Related-to: #1015.
  • Loading branch information
wooorm authored Sep 15, 2021
1 parent a9ee3f2 commit e4c6919
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- lts/erbium
- '*'
include:
- os: ubuntu-latest
node: lts/erbium

1 comment on commit e4c6919

@vercel
Copy link

@vercel vercel bot commented on e4c6919 Sep 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.