Skip to content

Bump html-dom-parser from 5.0.1 to 5.0.2 #201

Bump html-dom-parser from 5.0.1 to 5.0.2

Bump html-dom-parser from 5.0.1 to 5.0.2 #201

name: Node.js Benchmark
on: [push]
env:
CI: true
FORCE_COLOR: 2
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm test
- name: Create commit
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: 'Update benchmark results'
branch: master
file_pattern: stats.txt
disable_globbing: true