diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3f1436..0dccb8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ on: - '**' jobs: test: - runs-on: ubuntu-18.04 + 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 }}