Skip to content

build(deps): bump vite and @angular-devkit/build-angular #66

build(deps): bump vite and @angular-devkit/build-angular

build(deps): bump vite and @angular-devkit/build-angular #66

Workflow file for this run

name: CI NGX-VALIDATOR through Github Actions
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Setup
run: npm ci
- name: Test
run: |
npm test -- --no-watch --no-progress --browsers=ChromeHeadlessCI