Skip to content

Bump vue from 3.3.9 to 3.4.20 #591

Bump vue from 3.3.9 to 3.4.20

Bump vue from 3.3.9 to 3.4.20 #591

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@v4
with:
node-version: ${{ matrix.node-version }}
- run: make feature-test