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