Skip to content

build(deps): bump html-dom-parser from 7.0.0 to 7.0.1 (#2189) #6503

build(deps): bump html-dom-parser from 7.0.0 to 7.0.1 (#2189)

build(deps): bump html-dom-parser from 7.0.0 to 7.0.1 (#2189) #6503

Workflow file for this run

name: build
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Use Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build package
run: npm run build
- name: Run benchmark
run: npm run benchmark