diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a6d16da91..ed61e243f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@master with: - node-version: 18.17.1 + node-version: 18.18.0 - name: install dependencies run: yarn install - name: Authenticate with Registry diff --git a/.nvmrc b/.nvmrc index 3f430af82..02c8b485e 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18 +18.18.0 diff --git a/packages/messaging/README.md b/packages/messaging/README.md index 846e8a4f5..1c05aa3de 100644 --- a/packages/messaging/README.md +++ b/packages/messaging/README.md @@ -435,6 +435,7 @@ function otherWorkflowFinished() { } ``` + ## Tracking interactions with content cards ### trackContentCardDisplay @@ -457,4 +458,5 @@ Messaging.trackContentCardInteraction(proposition, contentCard); ## Tutorials -[Content Cards](./tutorials/ContentCards.md) \ No newline at end of file +[Content Cards](./tutorials/ContentCards.md) +