From ddc302dd2cfc0c237fa500b05ca017900db38ea4 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Wed, 6 Mar 2024 01:05:34 +0100 Subject: [PATCH] chicken or egg --- .github/workflows/ci-casper-rust-contract.yml | 2 +- .github/workflows/publish-js-client.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-casper-rust-contract.yml b/.github/workflows/ci-casper-rust-contract.yml index 0ce1bcb..1d0bc16 100644 --- a/.github/workflows/ci-casper-rust-contract.yml +++ b/.github/workflows/ci-casper-rust-contract.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - node-version: [20.x] + node-version: [16.x, 20.x] steps: - name: Checkout diff --git a/.github/workflows/publish-js-client.yml b/.github/workflows/publish-js-client.yml index 8dbe489..b15b843 100644 --- a/.github/workflows/publish-js-client.yml +++ b/.github/workflows/publish-js-client.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - node-version: [20.x] + node-version: [16.x, 20.x] steps: - name: Checkout