Skip to content

Commit 51544f2

Browse files
committed
Fix bump-downstreams using incompatible Node version
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 2868308 commit 51544f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-make.yml

+5
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@ jobs:
316316
ref: staging
317317
token: ${{ secrets.ELEMENT_BOT_TOKEN }}
318318

319+
- uses: actions/setup-node@v4
320+
with:
321+
cache: "yarn"
322+
node-version: "lts/*"
323+
319324
- name: Bump dependency
320325
env:
321326
DEPENDENCY: ${{ needs.npm.outputs.id }}

0 commit comments

Comments
 (0)