Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

chore(deps): bump vue from 3.4.0 to 3.4.3 #2827

chore(deps): bump vue from 3.4.0 to 3.4.3

chore(deps): bump vue from 3.4.0 to 3.4.3 #2827

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js@lts environment
uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: "npm"
- name: Cache multiple paths
uses: actions/cache@v2
with:
path: |
~/.npm
~/cache
!~/cache/exclude
**/node_modules
key: npm-${{ runner.os }}-${{ hashFiles('package.json') }}
- run: yarn
- run: npm run lint
- run: npm run build