diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d7604f3..fd988856 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - node-version: [18] + node-version: [20, 18] steps: - uses: actions/checkout@v3