diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11c742e..7f127b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10, 12, 14, 16] os: [macos-latest, ubuntu-latest, windows-latest] steps: