Skip to content

cleanup: remove yarn.lock #553

cleanup: remove yarn.lock

cleanup: remove yarn.lock #553

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run transpile
- run: npm run test