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