Skip to content

Feat: add VSlider

Feat: add VSlider #61

Workflow file for this run

name: Test install
on:
push:
branches:
- main
tags: ['**']
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
test-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false
- name: Install dependencies
run: pnpm install