Skip to content

Bump @typescript-eslint/parser from 4.33.0 to 6.21.0 #22

Bump @typescript-eslint/parser from 4.33.0 to 6.21.0

Bump @typescript-eslint/parser from 4.33.0 to 6.21.0 #22

Workflow file for this run

name: Puppeteer-screen-recorder CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.6.1]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install [email protected]
- run: npm run build
- run: npm run test