diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42aea6467..6cb07b008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: [10, 12, 13, 14] + node_version: [10, 12, 13, 14, 15] runs-on: ubuntu-latest