Skip to content

Commit

Permalink
demo res node22
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed May 3, 2024
1 parent b1e51ee commit fdeacda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/npm-ls_demo-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fdeacda

Please sign in to comment.