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 diff --git a/.github/workflows/npm-ls_demo-results.yml b/.github/workflows/npm-ls_demo-results.yml index 3497526b5..da6194e8c 100644 --- a/.github/workflows/npm-ls_demo-results.yml +++ b/.github/workflows/npm-ls_demo-results.yml @@ -38,10 +38,10 @@ 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' + #- '20' # Active LTS + #- '18' + #- '16' + #- '14' os: - ubuntu-latest - windows-latest @@ -56,10 +56,13 @@ jobs: - # npm9 upgrade/install failed on node14 npm-version: '9' node-version: '14' - - # juice-shop might not be node14 compatible + - # our specific version of juice-shop might not be node22 compatible + subject: juice-shop + node-version: '22' + - # our specific version of juice-shop might not be node14 compatible subject: juice-shop node-version: '14' - - # juice-shop might not be npm6 compatible + - # our specific version of juice-shop might not be npm6 compatible subject: juice-shop npm-version: '6' - # workspaces are a feature of NPM since 7.0