Skip to content

[Snyk] Upgrade @vue/compiler-sfc from 3.2.29 to 3.4.31 #57

[Snyk] Upgrade @vue/compiler-sfc from 3.2.29 to 3.4.31

[Snyk] Upgrade @vue/compiler-sfc from 3.2.29 to 3.4.31 #57

Workflow file for this run

name: CI-CD
on: [pull_request]
jobs:
build_test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm ci
- name: Run linter and tests
run: |
npm run lint
npm run test