Skip to content

Node CI

Node CI #2451

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
paths:
- .github/**
- nodejs/**
pull_request:
branches:
- master
paths:
- .github/**
- nodejs/**
schedule:
- cron: '* 4 * * *'
defaults:
run:
working-directory: nodejs
jobs:
Build_NodeJs_Client:
name: Build Nodejs Client
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Run Nodejs build
run: bash -x build.sh --dist