We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a55a27 commit cd4277bCopy full SHA for cd4277b
1 file changed
.github/workflows/check.yml
@@ -67,18 +67,12 @@ jobs:
67
matrix:
68
os:
69
- ubuntu-latest
70
- - macos-latest
71
- - windows-latest
72
node:
73
- '16'
74
- '18'
75
include:
76
- os: ubuntu-latest
77
os_name: Linux
78
- - os: macos-latest
79
- os_name: macOS
80
- - os: windows-latest
81
- os_name: Windows
82
steps:
83
- name: Setup Node.js
84
uses: actions/setup-node@v3
0 commit comments