Skip to content

Commit

Permalink
fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 28, 2025
1 parent 986e458 commit 609647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
node: [16, 18, 20]
os: [ubuntu-20.04],
os: [ubuntu-20.04]
mongo: [5.0.2]
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongo }}
steps:
Expand Down

0 comments on commit 609647f

Please sign in to comment.