Skip to content

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

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

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

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: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build