diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fe8f14472..83fdf25eb 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 15.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1