Skip to content

Commit

Permalink
[Task N/A] Updated build file.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kantchev <[email protected]>
  • Loading branch information
akantchev committed May 29, 2024
1 parent ef2d79c commit aff5c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest]
node-version: [14.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
CI: true
Expand Down

0 comments on commit aff5c98

Please sign in to comment.