From 7ce9c2b07ed8d80156424e8b75e16e72f5522c6b Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Fri, 8 Mar 2024 14:00:45 +0100 Subject: [PATCH] Test against multiple node versions --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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]