Skip to content

dependencies(dependabot): bump @types/node from 12.20.55 to 22.0.0 #59

dependencies(dependabot): bump @types/node from 12.20.55 to 22.0.0

dependencies(dependabot): bump @types/node from 12.20.55 to 22.0.0 #59

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint_pr_title:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- name: Conventional Commit In Pull Requests
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","dependencies"]'
add_label: 'true'
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm run ci:all
- run: npm run build:all