diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index aa742804..c74d6c13 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 19.x, 20.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} steps: