File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 5656 run :
corepack prepare [email protected] --activate 5757 shell : bash
5858
59- - name : Install dependencies
60- run : yarn install
61-
62- - name : Run script version
63- run : yarn versions
64-
6559 - name : Run regression tests
6660 run : yarn regression
6761
Original file line number Diff line number Diff line change @@ -10,9 +10,8 @@ When upgrading XMTP bindings and/or node-sdk versions:
1010
11111 . Add ` @xmtp/node-sdk-X.X.X ` and ` @xmtp/node-bindings-X.X.X ` to package.json.
12122 . Add import for new SDK version to ` versions/node-sdk.ts ` .
13- 3 . Run ` yarn versions ` to link the new versions.
14- 4 . Run ` yarn regression ` to check regression of latest 3 versions.
15- 5 . Create and Merge PR. (so it's tested in CI)
13+ 3 . Run ` yarn regression ` to check regression of latest 3 versions.
14+ 4 . Create and Merge PR. (so it's tested in CI)
1615
1716### Version mapping system
1817
You can’t perform that action at this time.
0 commit comments