Skip to content

Commit

Permalink
ci: fix ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 9, 2024
1 parent 511a2f4 commit 0b921bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- run: yarn
- name: Unit test only
if: matrix.node-version != '22' || matrix.os != 'ubuntu-24.044'
if: matrix.node-version != '22' || matrix.os != 'ubuntu-24.04'
run: yarn test:unit

- name: Full test suite
Expand Down

0 comments on commit 0b921bf

Please sign in to comment.