Skip to content

chore: convert this repo from yarn to npm (#625) #762

chore: convert this repo from yarn to npm (#625)

chore: convert this repo from yarn to npm (#625) #762

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 20
- name: Install Node dependencies
run: npm ci
- run: npm run build