diff --git a/.github/workflows/no-caching-tests.yaml b/.github/workflows/no-caching-tests.yaml index 54e007a44e..0598a88baf 100644 --- a/.github/workflows/no-caching-tests.yaml +++ b/.github/workflows/no-caching-tests.yaml @@ -17,7 +17,7 @@ jobs: with: cache: false solana_version: 3.1.10 - node_version: 20.18.0 + node_version: 22.22.3 cargo_profile: release anchor_binary_name: anchor-binary-no-caching surfpool_cli_version: 1.2.0 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e23824e9c9..d4a8d020ca 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: with: cache: true solana_version: 3.1.10 - node_version: 20.18.0 + node_version: 22.22.3 cargo_profile: debug anchor_binary_name: anchor-binary surfpool_cli_version: 1.2.0 diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile index 55462bd96c..371a7a392b 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="v20.18.0" +ARG NODE_VERSION="v22.22.3" ENV HOME="/root" ENV PATH="${HOME}/.cargo/bin:${PATH}"