Skip to content

Bump vue from 3.2.31 to 3.4.13 #19

Bump vue from 3.2.31 to 3.4.13

Bump vue from 3.2.31 to 3.4.13 #19

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v20.5.0
uses: actions/setup-node@v1
with:
node-version: '20.5.0'
- run: yarn install
- run: yarn run test