This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sui.js to 0.49.1 - WIP Also remove one ref to @mysten/sui.js/src in case that plays a role. Unit tests fail due to the "fetch is not a function" error. * Complete upgrade to sui.js 0.49.1 The fix was to set globals: {fetch: global.fetch} in jest.config.ts * Update node.js.yml in workflow Upgrade node version to 21.x * update typescript version * update jest version * update jest version to latest one * fix tsconfig input path * add jest-types * removed trailing '/' character * add more node versions in the github flow strategy matrix * configure strategy matrix to allow 1 parallel job at max * removing node version 18 from tests * removing node version 20 from tests * Fix test logic in pool-init.test.ts * add back ci/cd testing for node version 20 --------- Co-authored-by: Theodore Chaikalis <[email protected]>
- Loading branch information