diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c677ba..8160063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '14', '15' ] + node: [ '14', '16', '18' ] timeout-minutes: 30 env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}