diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 5edf66e..3c6b137 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [8.x, 10.x, 12.x, 14.x, 15.x] steps: - uses: actions/checkout@v1