Skip to content

Commit 3b5c5ed

Browse files
authored
docker: upgrade node to 20.18.0 LTS (#3687)
* docker: upgrade node to 20.18.0 LTS * update changelog * update node on reusable test
1 parent 936cb5a commit 3b5c5ed

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/no-caching-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
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

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docker/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive
1010

1111
ARG SOLANA_CLI
1212
ARG ANCHOR_CLI
13-
ARG NODE_VERSION="v20.16.0"
13+
ARG NODE_VERSION="v20.18.0"
1414

1515
ENV HOME="/root"
1616
ENV PATH="${HOME}/.cargo/bin:${PATH}"

0 commit comments

Comments
 (0)