Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/no-caching-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
Loading