Skip to content

Commit

Permalink
Improve build info
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso authored Dec 30, 2024
1 parent 238319b commit 85f938a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
build:
runs-on: '${{ matrix.os }}-latest'
strategy:
fail-fast: false
matrix:
os: [ ubuntu, macos, windows ]
node: [ 18, 20, 22 ]
name: Node ${{ matrix.node }} build
name: Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 85f938a

Please sign in to comment.