diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7a644cbad..25e30353b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [20.x, 22.x, 24.x] env: ENABLE_COVERAGE: true