diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c120cc..6e8ee0f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 18] + node-version: + - 16 + - 18 + - 20 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3