Skip to content

Commit

Permalink
fix matrix approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jun 12, 2024
1 parent be267f7 commit f825a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_node_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ${{ fromJson(inputs.node)}}
name: Build on ${{ matrix.version }}
node: ${{ fromJson(inputs.node)}}
name: Build on ${{ matrix.node.version }}

steps:
- name: Checkout
Expand Down

0 comments on commit f825a03

Please sign in to comment.