This commit is contained in:
Anatoly Laskaris 2023-03-22 16:07:37 +02:00
parent 51254d14fe
commit 985ab1b829

View File

@ -80,6 +80,7 @@ jobs:
cache: "npm" cache: "npm"
- run: npm install - run: npm install
- run: echo ${{ fromJson(inputs.js-client-snapshots)['js-client.node'] }}
- name: Set js-client.node version - name: Set js-client.node version
if: inputs.js-client-snapshots != 'null' if: inputs.js-client-snapshots != 'null'