Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to … #209

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to …

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to … #209

Workflow file for this run

name: build
on:
push:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build