Skip to content

Update Vio.com references #67

Update Vio.com references

Update Vio.com references #67

Workflow file for this run

name: Main
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.13.1'
cache: 'npm'
- run: npm i
- run: npm run build
- run: npm test