Sfoglia il codice sorgente

Update Node to `18.18.0` LTS (#2643)

acheron 2 anni fa
parent
commit
f18fd971fb

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

@@ -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

+ 1 - 1
.github/workflows/tests.yaml

@@ -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

+ 1 - 1
docker/build/Dockerfile

@@ -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
tests/auction-house

@@ -1 +1 @@
-Subproject commit 82c049326c1f99b76ee40dc7dadc1769c56c53c1
+Subproject commit 667c2b3eeed196d053b7137ff4f407757788bb6c