Skip to content

Commit

Permalink
feat: extend tests on different os
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Oct 22, 2024
1 parent 97432c7 commit 3084de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
strategy:
matrix:
version: [18, 20, 22]
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04]
name: Testing
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Testing with Node ${{ matrix.version }}
Expand Down

0 comments on commit 3084de9

Please sign in to comment.