Skip to content

build(deps-dev): Bump vue from 2.6.12 to 3.0.0 #439

build(deps-dev): Bump vue from 2.6.12 to 3.0.0

build(deps-dev): Bump vue from 2.6.12 to 3.0.0 #439

Workflow file for this run

name: run-tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
env:
CI: true
- name: Run Jest unit tests
run: |
npm run test:unit
env:
CI: true