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