From ef0391cedafec32ed5c4498d8441cf934c068b73 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Wed, 6 Mar 2024 00:04:55 +0100 Subject: [PATCH] Test again 3 node versions --- .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 e11ca84..aa3e7ac 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: [16.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout diff --git a/.github/workflows/publish-js-client.yml b/.github/workflows/publish-js-client.yml index 3a661a5..57f75db 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: [16.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout