Skip to content

Update sandboxes to use vite and typescript #39

Update sandboxes to use vite and typescript

Update sandboxes to use vite and typescript #39

Workflow file for this run

name: main
on:
- pull_request
- push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: node
- run: npm install
- run: npm test