Skip to content

fix(deps): update @xapp/stentor #4086

fix(deps): update @xapp/stentor

fix(deps): update @xapp/stentor #4086

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.18.x'
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test