We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858e94e commit 4c14c4fCopy full SHA for 4c14c4f
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
10
node-version: [20.x, 21.x, 22.x]
11
steps:
12
- name: Check out repository code
0 commit comments