diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b712f6d..23e95004 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15, 14, 12] + node-version: [16, 14, 12] steps: - name: Checkout code uses: actions/checkout@v2