From fdeacda064396bcc4c3f44f6ad73f9798815a362 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 3 May 2024 10:20:58 +0200 Subject: [PATCH] demo res node22 Signed-off-by: Jan Kowalleck --- .github/workflows/nodejs.yml | 10 +++++----- .github/workflows/npm-ls_demo-results.yml | 15 +++++++++------ 2 files changed, 14 insertions(+), 11 deletions(-) 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