diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7080815..3c05042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [18.x, 20.x] + node: [12.x, 14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2