Skip to content

chore(deps): update typescript-eslint monorepo to v8 #4186

chore(deps): update typescript-eslint monorepo to v8

chore(deps): update typescript-eslint monorepo to v8 #4186

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run semantic-release
if: github.ref == 'refs/heads/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}