Skip to content

Bump @vue/compiler-sfc from 3.2.47 to 3.4.14 #488

Bump @vue/compiler-sfc from 3.2.47 to 3.4.14

Bump @vue/compiler-sfc from 3.2.47 to 3.4.14 #488

Workflow file for this run

name: Main CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Build typescript project
run: |
npm install
npm run build
- name: Run Linter
run: |
npm run lint