Skip to content

fix(deps): set engines.node to >=20.19.0 and clear prod audit high/criticals #5884

fix(deps): set engines.node to >=20.19.0 and clear prod audit high/criticals

fix(deps): set engines.node to >=20.19.0 and clear prod audit high/criticals #5884

Workflow file for this run

name: Typings tests
on:
push:
branches:
- 4.x
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: npm i --force
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
- run: npm run def
- run: npm run dtslint