Skip to content

Bump @storybook/vue3-vite from 8.2.9 to 8.4.7 #317

Bump @storybook/vue3-vite from 8.2.9 to 8.4.7

Bump @storybook/vue3-vite from 8.2.9 to 8.4.7 #317

Workflow file for this run

name: Check
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup
uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "npm"
- name: install packages
run: npm ci
- name: linting
run: npm run lint