From 2a01379e89c88ba3d2a17812b6dc3861a833942e Mon Sep 17 00:00:00 2001 From: acheron Date: Fri, 29 Sep 2023 22:54:35 +0200 Subject: [PATCH] ci: Update Node to `18.18.0` LTS --- .github/workflows/no-caching-tests.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-caching-tests.yaml b/.github/workflows/no-caching-tests.yaml index c606a2ecd3..51acf60e64 100644 --- a/.github/workflows/no-caching-tests.yaml +++ b/.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 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5f3602b998..f428499b02 100644 --- a/.github/workflows/tests.yaml +++ b/.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