File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1212 with :
1313 cache : false
1414 solana_cli_version : 2.1.0
15- node_version : 20.16 .0
15+ node_version : 20.18 .0
1616 cargo_profile : release
1717 anchor_binary_name : anchor-binary-no-caching
Original file line number Diff line number Diff line change 1515 with :
1616 cache : true
1717 solana_cli_version : 2.1.0
18- node_version : 20.16 .0
18+ node_version : 20.18 .0
1919 cargo_profile : debug
2020 anchor_binary_name : anchor-binary
Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ The minor version will be incremented upon a breaking change and the patch versi
1010
1111## [ Unreleased]
1212
13+ -
14+
1315### Features
1416
1517### Fixes
1618
19+ - docker: Upgrade ` node ` to 20.18.0 LTS ([ #3179 ] ( https://github.com/solana-foundation/anchor/pull/3687 ) ).
20+
1721### Breaking
1822
1923## [ 0.31.1] - 2025-04-19
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive
1010
1111ARG SOLANA_CLI
1212ARG ANCHOR_CLI
13- ARG NODE_VERSION="v20.16 .0"
13+ ARG NODE_VERSION="v20.18 .0"
1414
1515ENV HOME="/root"
1616ENV PATH="${HOME}/.cargo/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments