diff --git a/.github/workflows/no-caching-tests.yaml b/.github/workflows/no-caching-tests.yaml index c606a2ecd..51acf60e6 100644 --- a/.github/workflows/no-caching-tests.yaml +++ b/.github/workflows/no-caching-tests.yaml @@ -13,6 +13,6 @@ jobs: cache: false solana_cli_version: 1.16.0 solang_version: 0.3.2 - node_version: 17.0.1 + node_version: 18.18.0 cargo_profile: release anchor_binary_name: anchor-binary-no-caching diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5f3602b99..f428499b0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,6 +16,6 @@ jobs: cache: true solana_cli_version: 1.16.0 solang_version: 0.3.2 - node_version: 17.0.1 + node_version: 18.18.0 cargo_profile: debug anchor_binary_name: anchor-binary diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile index 2ef008a5d..4496733c5 100644 --- a/docker/build/Dockerfile +++ b/docker/build/Dockerfile @@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive ARG SOLANA_CLI ARG ANCHOR_CLI -ARG NODE_VERSION="v18.16.0" +ARG NODE_VERSION="v18.18.0" ENV HOME="/root" ENV PATH="${HOME}/.cargo/bin:${PATH}" diff --git a/tests/auction-house b/tests/auction-house index 82c049326..667c2b3ee 160000 --- a/tests/auction-house +++ b/tests/auction-house @@ -1 +1 @@ -Subproject commit 82c049326c1f99b76ee40dc7dadc1769c56c53c1 +Subproject commit 667c2b3eeed196d053b7137ff4f407757788bb6c