diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a91ca27..d70a9861 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2