Skip to content

Bump up TS and vite build stuff. #77

Bump up TS and vite build stuff.

Bump up TS and vite build stuff. #77

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
cache: npm
- run: npm ci
- run: npm run test