From 3600fbc6fb9a5b73d09d51e44386e086f175e814 Mon Sep 17 00:00:00 2001 From: Anatoly Laskaris Date: Mon, 18 Sep 2023 15:02:35 +0300 Subject: [PATCH] chore(ci): Fix cli promotion --- .github/workflows/promote.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index d0455005a..d3d180e13 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -73,6 +73,14 @@ jobs: kv/ci/fcli-binaries id | AWS_ACCESS_KEY_ID ; kv/ci/fcli-binaries secret | AWS_SECRET_ACCESS_KEY + - name: Setup node + uses: actions/setup-node@v3 + with: + node-version: "18" + cache: "yarn" + + - run: yarn install + - name: Promote cli run: | yarn oclif promote \