Skip to content

chore: migrate from yarn to npm (#633) #818

chore: migrate from yarn to npm (#633)

chore: migrate from yarn to npm (#633) #818

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npm run build