Skip to content

chore(deps): update commitlint monorepo to v18.6.1 #95

chore(deps): update commitlint monorepo to v18.6.1

chore(deps): update commitlint monorepo to v18.6.1 #95

Workflow file for this run

name: Node Continuous Integration
on:
pull_request:
branches: [main, dev]
jobs:
test_pull_request:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: install ffmpeg
run: |
sudo apt-get update
sudo apt-get install ffmpeg
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm lint