diff --git a/.github/workflows/common-pull-request.yml b/.github/workflows/common-pull-request.yml index f817e2a..9cd23af 100644 --- a/.github/workflows/common-pull-request.yml +++ b/.github/workflows/common-pull-request.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2e75b5e..377a76a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2