Skip to content

Bump @types/node from 14.18.45 to 20.13.0 #29

Bump @types/node from 14.18.45 to 20.13.0

Bump @types/node from 14.18.45 to 20.13.0 #29

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 }}
- name: Install Yarn
run: npm install -g yarn
- run: yarn ci --legacy-peer-deps
- run: yarn add [email protected]
- run: yarn run build
- run: yarn run test