diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2422ae22d..adae0bfd3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -81,11 +81,11 @@ jobs: ## action based on https://github.com/actions/node-versions/releases ## see also: https://nodejs.org/en/about/releases/ - '22' # Current - - '20' # active LTS - - '18' - - '16' - - '14' - - '14.0.0' # lowest supported + #- '20' # active LTS + #- '18' + #- '16' + #- '14' + #- '14.0.0' # lowest supported os: - ubuntu-latest - windows-latest