diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64704dd9..34ae2ea8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: ["20"] + node_version: ["12", "14", "16", "18", "20"] steps: - name: Checkout Repository uses: actions/checkout@v4