Skip to content

Commit

Permalink
Switch to ubuntu 22.04 for node builds (#1356)
Browse files Browse the repository at this point in the history
* Switch to ubuntu 22.04 for node builds

* Add note about publishing node bindings
  • Loading branch information
rygine authored Dec 2, 2024
1 parent 96dbb65 commit 1be6d8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-linux:
runs-on: warp-ubuntu-latest-x64-16x
runs-on: warp-ubuntu-2204-x64-16x
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 4 additions & 0 deletions bindings_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
## Testing

Before running the test suite, a local XMTP node must be running. This can be achieved by running `./dev/up` at the root of this repository. Docker is required.

# Publishing

To release a new version of the bindings, update the version in `package.json` with the appropriate semver value and add an entry to the CHANGELOG.md file. Once merged, manually trigger the `Release Node Bindings` workflow to build and publish the bindings.

0 comments on commit 1be6d8e

Please sign in to comment.