diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4db647030..7fc5fb899 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - name: Checkout if: ${{ github.event_name != 'pull_request_target' }}