Skip to content

chore(deps-dev): Bump @types/node from 22.8.5 to 22.8.6 in the types group #1233

chore(deps-dev): Bump @types/node from 22.8.5 to 22.8.6 in the types group

chore(deps-dev): Bump @types/node from 22.8.5 to 22.8.6 in the types group #1233

Workflow file for this run

name: Build on PR
on:
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.base_ref }}
jobs:
run:
name: Build on PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test