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