From a19dc170e8ccd3adf16f647919124b30634d31ca Mon Sep 17 00:00:00 2001 From: Jon Cinque Date: Tue, 29 Mar 2022 19:08:51 +0200 Subject: [PATCH] ci: Bump Node from v12 to v14 for spl-token downstream users (#3047) --- .github/workflows/pull-request-token-lending.yml | 2 +- .github/workflows/pull-request-token-swap.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-token-lending.yml b/.github/workflows/pull-request-token-lending.yml index 99aab262..d72f0163 100644 --- a/.github/workflows/pull-request-token-lending.yml +++ b/.github/workflows/pull-request-token-lending.yml @@ -69,7 +69,7 @@ jobs: js-test: runs-on: ubuntu-latest env: - NODE_VERSION: 12.x + NODE_VERSION: 14.x needs: cargo-test-bpf steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/pull-request-token-swap.yml b/.github/workflows/pull-request-token-swap.yml index e2b25639..b43a514b 100644 --- a/.github/workflows/pull-request-token-swap.yml +++ b/.github/workflows/pull-request-token-swap.yml @@ -84,7 +84,7 @@ jobs: js-test: runs-on: ubuntu-latest env: - NODE_VERSION: 12.x + NODE_VERSION: 14.x needs: cargo-test-bpf steps: - uses: actions/checkout@v2