We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68e5bf2 + 9acb265 commit 3f2333fCopy full SHA for 3f2333f
1 file changed
.github/workflows/check.yml
@@ -19,18 +19,12 @@ jobs:
19
matrix:
20
os:
21
- ubuntu-latest
22
- - macos-latest
23
- - windows-latest
24
node:
25
- '16'
26
- '18'
27
include:
28
- os: ubuntu-latest
29
os_name: Linux
30
- - os: macos-latest
31
- os_name: macOS
32
- - os: windows-latest
33
- os_name: Windows
34
steps:
35
- name: Checkout
36
uses: actions/checkout@v3
0 commit comments