diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7500b63..ed1ea21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,4 +20,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: wyvox/action-setup-pnpm@v3 + with: + node-version: ${{matrix.node-version}} - run: pnpm test:coverage + strategy: + matrix: + node-version: [18, 20, 21]