Skip to content

Commit

Permalink
feat: upgrade near dependencies to node version 2.3.0 (#881)
Browse files Browse the repository at this point in the history
* Upgrade near dependencies to node version 2.3.0

* Clippy
  • Loading branch information
ChaoticTempest authored Oct 10, 2024
1 parent 02001ef commit ee065c6
Show file tree
Hide file tree
Showing 12 changed files with 797 additions and 4,345 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multichain-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Pull Relayer & Sandbox Docker Images
run: |
docker pull ghcr.io/near/os-relayer:12ba6e35690df3979fce0b36a41d0ca0db9c0ab4
docker pull ghcr.io/near/near-lake-indexer:node-1.40.0
docker pull ghcr.io/near/near-lake-indexer:node-2.3.0
docker pull localstack/localstack:3.5.0
- name: Install stable toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multichain-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Pull Relayer & Sandbox Docker Images
run: |
docker pull ghcr.io/near/os-relayer:12ba6e35690df3979fce0b36a41d0ca0db9c0ab4
docker pull ghcr.io/near/near-lake-indexer:node-1.40.0
docker pull ghcr.io/near/near-lake-indexer:node-2.3.0
docker pull localstack/localstack:3.5.0
- name: Install stable toolchain
Expand Down
Loading

0 comments on commit ee065c6

Please sign in to comment.