diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 4dc16ef1a7..5d2c266a74 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [12.x, 16.x] steps: - uses: actions/checkout@v1