This commit is contained in:
Core 2022-08-25 22:10:30 +01:00
parent bdc3fcd5e4
commit 5b916ae43a

View file

@ -15,6 +15,8 @@ jobs:
executor: cider-ci executor: cider-ci
steps: steps:
- checkout - checkout
- run:
command: sudo npm i -g pnpm
- run: - run:
name: Fetch Application Version name: Fetch Application Version
command: ./resources/version.sh || true command: ./resources/version.sh || true