Merge pull request #3464 from matklad/nod

Install node for release
This commit is contained in:
Aleksey Kladov 2020-03-04 20:23:56 +01:00 committed by GitHub
commit af77ab4b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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