Skip to content

chore: migrate from yarn to npm #1726

chore: migrate from yarn to npm

chore: migrate from yarn to npm #1726

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
publish:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npm run tsc
- run: npm run build:only