Skip to content

build(deps-dev): bump @vitejs/plugin-vue from 5.2.1 to 5.2.3 #380

build(deps-dev): bump @vitejs/plugin-vue from 5.2.1 to 5.2.3

build(deps-dev): bump @vitejs/plugin-vue from 5.2.1 to 5.2.3 #380

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
# - name: Bump version and push tag
# uses: anothrNick/github-tag-action@1.64.0
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# WITH_V: true
# DEFAULT_BUMP: minor
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20.11.0'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test:unit