Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.62.0 #41

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.62.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.62.0 #41

Workflow file for this run

name: Build Action
on:
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Node.JS 20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm install
- run: npm ci
- run: npm run build
# - run: npm run format-check --- bypass check because seems there is incompatiility between GitHub env and local windows env
- run: npm test