Skip to content

Commit

Permalink
Fix bump-downstreams using incompatible Node version
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jul 9, 2024
1 parent 2868308 commit 51544f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 51544f2

Please sign in to comment.