From 5a5699e83d51a2db5d557ea5f635a25b4ca8d0f3 Mon Sep 17 00:00:00 2001 From: Nhan Phan Date: Tue, 11 Jun 2024 14:19:34 -0700 Subject: [PATCH] update actions node version --- .github/.env | 2 +- .github/workflows/test-js-client.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.env b/.github/.env index a469c79..0ddc01c 100644 --- a/.github/.env +++ b/.github/.env @@ -1,4 +1,4 @@ -NODE_VERSION=16.x +NODE_VERSION=18.x SOLANA_VERSION=1.17.20 COMMIT_USER_NAME=github-actions COMMIT_USER_EMAIL=github-actions@github.com diff --git a/.github/workflows/test-js-client.yml b/.github/workflows/test-js-client.yml index 125451a..68c90e2 100644 --- a/.github/workflows/test-js-client.yml +++ b/.github/workflows/test-js-client.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["16.x", "18.x"] + node: ["18.x", "20.x"] steps: - name: Git checkout uses: actions/checkout@v3