diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc4bc76..a035af4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: node-version: - - 14 - - 18 + - 12 + - 20 steps: - name: Checkout repository