Skip to content

Commit

Permalink
ci: workflows/ci.yaml matrix typo (#2020)
Browse files Browse the repository at this point in the history
fix: matrix typo

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
d-goog and parthea authored Oct 10, 2024
1 parent c958e39 commit 7cab513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [{{metadata['engine'] | int}}, {{metadata['engine'] | int+2}}, {{metadata['engine'] | int+4}}}]
node: [{{metadata['engine'] | int}}, {{metadata['engine'] | int+2}}, {{metadata['engine'] | int+4}}]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 7cab513

Please sign in to comment.