Skip to content

Commit

Permalink
Merge pull request #323 from kieler/mka/update-versions
Browse files Browse the repository at this point in the history
Add package-lock to avoid breaking dependencies and explicitly use web-worker 1.4.1 as that is the latest working version for elkjs
  • Loading branch information
Eddykasp authored Feb 11, 2025
2 parents adcff05 + 371dffe commit 1495f31
Show file tree
Hide file tree
Showing 3 changed files with 4,769 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 14.x, 16.x, 18.x, 20.x, 22.x ]
java-version: [ 11, 13, 15, 17 ]

steps:
Expand Down
Loading

0 comments on commit 1495f31

Please sign in to comment.