Skip to content

Bump node-html-parser from 6.1.5 to 6.1.6 #187

Bump node-html-parser from 6.1.5 to 6.1.6

Bump node-html-parser from 6.1.5 to 6.1.6 #187

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