Update Node to `18.18.0` LTS (#2643)
This commit is contained in:
parent
e1d5e785b8
commit
f18fd971fb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 82c049326c1f99b76ee40dc7dadc1769c56c53c1
|
||||
Subproject commit 667c2b3eeed196d053b7137ff4f407757788bb6c
|
Loading…
Reference in New Issue