Install node for release

This commit is contained in:
Aleksey Kladov 2020-03-04 20:04:10 +01:00
parent ce663ed495
commit be814a65a3

View file

@ -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