Skip to content

Bump @types/node from 20.14.9 to 20.14.12 in /webview-ui #33

Bump @types/node from 20.14.9 to 20.14.12 in /webview-ui

Bump @types/node from 20.14.9 to 20.14.12 in /webview-ui #33

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"]'
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