Skip to content

Commit 559e108

Browse files
committed
Added node versions and oses to build matrix
1 parent ad91ebe commit 559e108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest]
14-
node: [22]
13+
os: [ubuntu-latest, windows-latest, macos-latest]
14+
node: [22, 24]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)