Skip to content

chore(release): publish 6.0.0 #48

chore(release): publish 6.0.0

chore(release): publish 6.0.0 #48

Workflow file for this run

name: Code checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npx nx run-many -t test lint