diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 74edf6734b..b3f3a4cbfb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,6 +1,6 @@ name: CI -on: [push] +on: [push, pull_request] jobs: build: @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 13.x] + node-version: [10.x, 12.x, 13.x] steps: - uses: actions/checkout@v2