Skip to content

Commit

Permalink
Run ci tests on more platforms and Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Jan 3, 2025
1 parent e616492 commit 70aaefb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ concurrency:

jobs:
test:
name: Test on Node ${{ matrix.node }}
runs-on: ubuntu-latest
name: Test on Node.js ${{ matrix.node }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node: [16, 18]
# node: [16, 18, 20, 22]
node: [16, 18, 20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 70aaefb

Please sign in to comment.