Skip to content

Bump vue from 2.7.16 to 3.0.0 #538

Bump vue from 2.7.16 to 3.0.0

Bump vue from 2.7.16 to 3.0.0 #538

Workflow file for this run

name: Test Latest Commit
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test