Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Novu to Node 18 LTS #4014

Merged
merged 21 commits into from
Oct 17, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-widget-e2e.yml
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ jobs:
cd apps/ws && pnpm start:prod &

- name: Wait on Widget and WS Services
run: wait-on --timeout=180000 http://localhost:1340/v1/health-check http://localhost:3500
run: wait-on --timeout=180000 http://localhost:1340/v1/health-check tcp:3500

- name: Cypress install
if: steps.setup-project.outputs.cypress_cache_hit != 'true'
@@ -108,7 +108,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_WIDGET_KEY }}
with:
working-directory: apps/widget
wait-on: http://localhost:3500
wait-on: tcp:3500
browser: chrome
install: false
record: true