Skip to content

build(deps-dev): bump typescript-eslint from 8.19.1 to 8.23.0 #26

build(deps-dev): bump typescript-eslint from 8.19.1 to 8.23.0

build(deps-dev): bump typescript-eslint from 8.19.1 to 8.23.0 #26

Workflow file for this run

name: Build PR schedule.kpi.ua
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
jobs:
build:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run build