Skip to content

Commit a55b633

Browse files
Staging to Main for Messaging 7.3.0 release (#566)
* Merge pull request #556 from adobe/staging (#559) Co-authored-by: Kevin Lind <40409666+kevinlind@users.noreply.github.com> * fix new arch issue * Upgrade Sample App to expo54, react native to 0.81 (#552) * upgrade to expo54, react native to 0.81 * upgrade dependencies * upgrade node version for circleci * upgrade node version for circleci * upgrade xcode version for circleci * fix dependencies for UTs * fix dependencies for UTs * merge staging stages * fix UTs * fix UTs * fix UTs * add evaluateJavascript method (#550) * add evaluateJavascript method * fix UTs * address PR comments * address PR comments * update docs * bump messaging to 7.3.0 (#561) * update documentation (#563) * update node-version for npm publish workflow (#564) --------- Co-authored-by: Kevin Lind <40409666+kevinlind@users.noreply.github.com>
1 parent 15ae5cb commit a55b633

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@master
1818
with:
19-
node-version: 18.18.0
19+
node-version: 20.19.4
2020
- name: install dependencies
2121
run: yarn install
2222
- name: Authenticate with Registry

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.0
1+
20.19.4

0 commit comments

Comments
 (0)