diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd58e2..aee5c1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 15.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: