Skip to content

Commit e35b681

Browse files
authored
Merge pull request #399 from ReadAlongs/dev.swl/migrate-angular-18
2 parents 68abb9b + 545e3de commit e35b681

30 files changed

+14673
-12025
lines changed

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
PROD_LICENSES: "MIT;BSD;0BSD;BSD-2-Clause;BSD-3-Clause;ISC;Apache-2.0"
3030
DEV_LICENSES: "Python-2.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0;Apache 2.0;Unlicense;BlueOak-1.0.0"
31-
OK_BUT_NOT_AUTODETECTED: "@nxext/common@18.0.0;readalong-studio@0.0.0"
31+
OK_BUT_NOT_AUTODETECTED: "@nxext/common@19.0.0;readalong-studio@0.0.0"
3232
run: |
3333
npx license-checker --summary --production --onlyAllow "$PROD_LICENSES" --excludePackages "$OK_BUT_NOT_AUTODETECTED"
3434
npx license-checker --summary --onlyAllow "$DEV_LICENSES;$PROD_LICENSES" --excludePackages "$OK_BUT_NOT_AUTODETECTED"

0 commit comments

Comments
 (0)