diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e242ce..a4347e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: strategy: matrix: node: - - '10' - - '12' - '14' + - '16' + - '18' steps: - uses: actions/checkout@v2 - name: Setup node