Skip to content

Commit d2ca138

Browse files
committed
fix release workflow
1 parent 24ce48d commit d2ca138

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
submodules: "recursive"
1717

18+
- name: Setup Node.js 14
19+
uses: actions/setup-node@v2
20+
with:
21+
node-version: "14"
22+
1823
- name: Install Dependencies
1924
run: yarn
2025

0 commit comments

Comments
 (0)