Skip to content

Bump @vue/compiler-sfc from 3.3.4 to 3.3.6 #485

Bump @vue/compiler-sfc from 3.3.4 to 3.3.6

Bump @vue/compiler-sfc from 3.3.4 to 3.3.6 #485

Workflow file for this run

name: npm build
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.20']
node-version: [19.6]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: make feature-test