Skip to content

Commit

Permalink
fix(ci): use matrix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Dec 31, 2024
1 parent 1615153 commit edb8165
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ on:
jobs:
Ubuntu:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x, lts/*]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit edb8165

Please sign in to comment.