From 5d2500b7a704fbf3d7fca54dcf2b0689325b9304 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 9 Jul 2024 13:11:25 +0100 Subject: [PATCH] Fix bump-downstreams using incompatible Node version Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/release-make.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-make.yml b/.github/workflows/release-make.yml index 51bfdece2..831055a00 100644 --- a/.github/workflows/release-make.yml +++ b/.github/workflows/release-make.yml @@ -316,6 +316,11 @@ jobs: ref: staging token: ${{ secrets.ELEMENT_BOT_TOKEN }} + - uses: actions/setup-node@v4 + with: + cache: "yarn" + node-version: "lts/*" + - name: Bump dependency env: DEPENDENCY: ${{ needs.npm.outputs.id }}