We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad91ebe commit 559e108Copy full SHA for 559e108
1 file changed
.github/workflows/build.yml
@@ -10,8 +10,8 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- os: [ubuntu-latest]
14
- node: [22]
+ os: [ubuntu-latest, windows-latest, macos-latest]
+ node: [22, 24]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
0 commit comments