From be814a65a31efc1f48257da3c68df330e99a0855 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 4 Mar 2020 20:04:10 +0100 Subject: Install node for release --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4031981a8..4ce5a2e6f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,6 +41,11 @@ jobs: target: x86_64-unknown-linux-musl override: true + - name: Install Nodejs + uses: actions/setup-node@v1 + with: + node-version: 12.x + - name: Dist if: github.event_name == 'push' run: cargo xtask dist -- cgit v1.2.3