refactor: downgrade near-api-js to v4
#47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Pull Request" | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| concurrency: | |
| # Cancel old runs if there is a new commit in the same branch | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| build-base: | |
| uses: ./.github/workflows/build-base.yaml | |
| secrets: inherit |