diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 673247aa..65385699 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -13,7 +13,7 @@ runs-on: "ubuntu-latest", strategy: { matrix: { - node_version: [ 10, 12, 14 ] + node_version: [ 12, 14, 16 ] } }, steps: [