Skip to content

Migrate to Vite

Migrate to Vite #9

name: Pull-request to Main
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use NodeJS 18
uses: actions/[email protected]
with:
node-version: '18.x'
- run: npm ci
- run: npm run test